Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v20240606
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2024
1 parent 9e47f9d commit c90b4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
ENV CGO_ENABLED 1
RUN go version && mage buildFull

FROM alpine:20240329
FROM alpine:20240606
# hadolint ignore=DL3018
RUN apk upgrade --no-cache && apk add --no-cache libcurl tini
COPY "entrypoint.sh" "/entrypoint.sh"
Expand Down

0 comments on commit c90b4bc

Please sign in to comment.