Skip to content

Commit

Permalink
Merge pull request pyrra-dev#1187 from pyrra-dev/dependabot/docker/al…
Browse files Browse the repository at this point in the history
…pine-3.20.0

build(deps): bump alpine from 3.19.1 to 3.20.0
  • Loading branch information
github-actions[bot] authored May 27, 2024
2 parents 19fed78 + bfe7a01 commit 1898438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \
fi
RUN chmod +x pyrra

FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.19.1 AS runner
FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.20.0 AS runner
WORKDIR /
COPY --chown=0:0 --from=builder /app/pyrra /usr/bin/pyrra
USER 65533
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN if [ "${TARGETARCH}" = 'amd64' ]; then \
fi
RUN chmod +x pyrra

FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.19.1 AS runner
FROM --platform="${TARGETPLATFORM:-linux/amd64}" docker.io/alpine:3.20.0 AS runner
WORKDIR /
COPY --chown=0:0 --from=builder /app/pyrra /usr/bin/pyrra
COPY --chown=0:0 --from=go-builder /go/bin/dlv /usr/bin/dlv
Expand Down

0 comments on commit 1898438

Please sign in to comment.