Skip to content

Commit b0f0b58

Browse files
chore(deps): update alpine docker tag to v3.19 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f8d27e commit b0f0b58

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
@@ -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.17
8+
FROM alpine:3.19
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)