Skip to content

Commit 4e91b21

Browse files
authored
Merge pull request #19 from cookielab/renovate/cookielab-slim-12.x
chore(deps): update cookielab/slim docker tag to v12.10
2 parents 87b8ef5 + 5323b9e commit 4e91b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cookielab/slim:12.9 AS build
1+
FROM cookielab/slim:12.10 AS build
22

33
ARG TARGETARCH
44
WORKDIR /tmp
@@ -29,7 +29,7 @@ COPY scripts/helm-rollback.sh /usr/local/bin/helm-rollback
2929

3030
FROM cookielab/container-image-tools:1.8.0-aws AS container-image-tools
3131

32-
FROM cookielab/slim:12.9
32+
FROM cookielab/slim:12.10
3333

3434
RUN apt update && apt install -y curl jq skopeo git gettext-base procps zip \
3535
&& apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)