Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v20240329
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2024
1 parent d7bdb73 commit abeb2cd
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:20231219
FROM alpine:20240329
# 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 abeb2cd

Please sign in to comment.