Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 in /alpine
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 55a973e commit f9441a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker:27.3.1 as static-docker-source

FROM alpine:3.20 as build_image
FROM alpine:3.21 as build_image
# install python 3.11
RUN apk --no-cache upgrade && apk --no-cache add \
curl \
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN python3 --version && \
find / -name '*.pyc' -delete && \
find / -name '*__pycache__*' -exec rm -r {} \+

FROM alpine:3.20
FROM alpine:3.21
ARG CLOUD_SDK_VERSION
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
ENV PATH /google-cloud-sdk/bin:$PATH
Expand Down

0 comments on commit f9441a1

Please sign in to comment.