We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87b8ef5 + 5323b9e commit 4e91b21Copy full SHA for 4e91b21
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM cookielab/slim:12.9 AS build
+FROM cookielab/slim:12.10 AS build
2
3
ARG TARGETARCH
4
WORKDIR /tmp
@@ -29,7 +29,7 @@ COPY scripts/helm-rollback.sh /usr/local/bin/helm-rollback
29
30
FROM cookielab/container-image-tools:1.8.0-aws AS container-image-tools
31
32
-FROM cookielab/slim:12.9
+FROM cookielab/slim:12.10
33
34
RUN apt update && apt install -y curl jq skopeo git gettext-base procps zip \
35
&& apt-get clean && rm -rf /var/lib/apt/lists/*
0 commit comments