Skip to content

Commit 0906604

Browse files
chore(deps): update alpine docker tag to v3.14 (#87)
1 parent d337113 commit 0906604

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 @@ ADD . /app
55
WORKDIR /app
66
RUN go build -ldflags "-w -s" -o /sx
77

8-
FROM alpine:3.13
8+
FROM alpine:3.14
99

1010
RUN apk add libpcap
1111
COPY --from=builder /sx /sx

0 commit comments

Comments
 (0)