Skip to content

Commit

Permalink
Merge pull request #153 from arillso/dependabot/docker/alpine-3.18.5
Browse files Browse the repository at this point in the history
fix(deps): bump alpine from 3.18.4 to 3.18.5
  • Loading branch information
sbaerlocher authored Dec 1, 2023
2 parents 9568da6 + b3fd5e2 commit b077a25
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.18.4 as builder
FROM alpine:3.18.5 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.18.4 as production
FROM alpine:3.18.5 as production

# Define environment variables
ENV \
Expand Down

0 comments on commit b077a25

Please sign in to comment.