Skip to content

Commit b236f72

Browse files
chore(deps): update alpine docker tag to v3.21
1 parent 49c7a1a commit b236f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /usr/src/
55
COPY . /usr/src
66
RUN go build -v -o "bin/slack-notifier" *.go
77

8-
FROM alpine:3.19
8+
FROM alpine:3.21
99
RUN apk add --no-cache ca-certificates
1010
COPY --from=builder /usr/src/bin/* /usr/bin/
1111
ENV PATH $PATH:/usr/bin

0 commit comments

Comments
 (0)