Skip to content

Commit f579479

Browse files
Bump alpine from 3.17.2 to 3.20.1 (#175)
Bumps alpine from 3.17.2 to 3.20.1.
1 parent b1c5c8f commit f579479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN curl -#L -o webhook.tar.gz https://api.github.com/repos/adnanh/webho
77
go get -d && \
88
go build -ldflags="-s -w" -o /usr/local/bin/webhook
99

10-
FROM alpine:3.17.2
10+
FROM alpine:3.20.1
1111
RUN apk add --update --no-cache curl jq tini tzdata
1212
COPY --from=BUILD_IMAGE /usr/local/bin/webhook /usr/local/bin/webhook
1313
WORKDIR /config

0 commit comments

Comments
 (0)