Skip to content

Commit 45ff3ec

Browse files
authored
Merge pull request #67 from mxssl/dependabot/docker/alpine-3.23.0
Bump alpine from 3.22.2 to 3.23.0
2 parents c045506 + 50f2945 commit 45ff3ec

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
@@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 \
1414
go build -v -o ntwrk
1515

1616
# Copy compiled binary to clear Alpine Linux image
17-
FROM alpine:3.22.2
17+
FROM alpine:3.23.0
1818
WORKDIR /
1919
RUN apk add --no-cache ca-certificates
2020
COPY --from=builder /go/src/github.com/mxssl/ntwrk/ntwrk /ntwrk

0 commit comments

Comments
 (0)