Skip to content

Commit 4a0cfe2

Browse files
authored
Merge pull request #323 from replicatedcom/divolgin/sc-117634/make-a-2025-q1-heritage-release
Upgrade all deps in base image
2 parents 59ad583 + 7fb2c2e commit 4a0cfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim
22
ENV DEBIAN_FRONTEND=noninteractive
3-
RUN apt-get update -y && apt-get install --no-install-recommends -y \
3+
RUN apt-get update -y && apt-get upgrade -y && apt-get install --no-install-recommends -y \
44
ca-certificates \
55
curl \
66
iproute2 \

0 commit comments

Comments
 (0)