We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59ad583 + 7fb2c2e commit 4a0cfe2Copy full SHA for 4a0cfe2
deploy/Dockerfile-base
@@ -1,6 +1,6 @@
1
FROM debian:bookworm-slim
2
ENV DEBIAN_FRONTEND=noninteractive
3
-RUN apt-get update -y && apt-get install --no-install-recommends -y \
+RUN apt-get update -y && apt-get upgrade -y && apt-get install --no-install-recommends -y \
4
ca-certificates \
5
curl \
6
iproute2 \
0 commit comments