Skip to content

Commit

Permalink
Merge pull request #9 from cookielab/renovate/cookielab-slim-12.x
Browse files Browse the repository at this point in the history
chore(deps): update cookielab/slim docker tag to v12.9
  • Loading branch information
jindraj authored Jan 16, 2025
2 parents dfcb6cd + cdccb75 commit 9eaee1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cookielab/slim:12.8 AS build
FROM cookielab/slim:12.9 AS build

ARG TARGETARCH
WORKDIR /tmp
Expand Down Expand Up @@ -29,7 +29,7 @@ COPY scripts/helm-rollback.sh /usr/local/bin/helm-rollback

FROM cookielab/container-image-tools:1.7.2-aws AS container-image-tools

FROM cookielab/slim:12.8
FROM cookielab/slim:12.9

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

0 comments on commit 9eaee1d

Please sign in to comment.