Skip to content

Commit

Permalink
fix(deps): bump alpine from 3.19.1 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19.1 to 3.20.0.

---
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 Jun 1, 2024
1 parent 106aac0 commit 2de536d
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,5 +1,5 @@
# Use a base Alpine Linux image
FROM alpine:3.19.1 as builder
FROM alpine:3.20.0 as builder

# Define build arguments for tool versions
ARG ANSIBLE_VERSION=2.15.4
Expand Down Expand Up @@ -87,7 +87,7 @@ RUN . /envfile && echo $ARCH && \
rm kustomize_${KUSTOMIZE_VERSION}_linux_${ARCH}.tar.gz

# Create a new stage for the production image
FROM alpine:3.19.1 as production
FROM alpine:3.20.0 as production

# Define environment variables
ENV \
Expand Down

0 comments on commit 2de536d

Please sign in to comment.