Skip to content

Commit

Permalink
Merge pull request #55 from sarg3nt/dependabot/docker/alpine-56fa17d
Browse files Browse the repository at this point in the history
Bump alpine from `b97e2a8` to `56fa17d`
  • Loading branch information
sarg3nt authored Jan 21, 2025
2 parents 20e4da2 + 6fc0860 commit a3dc37b
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 @@ -22,7 +22,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .

# https://hub.docker.com/_/alpine/
FROM alpine:3@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3 AS alpine-upgraded
FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS alpine-upgraded

# Update all apk packages and install ca-certificates
RUN apk upgrade --no-cache && \
Expand Down

0 comments on commit a3dc37b

Please sign in to comment.