Skip to content

Commit e1ebe03

Browse files
authored
Merge pull request #69 from mxssl/dependabot/docker/alpine-3.23.3
Bump alpine from 3.23.2 to 3.23.3
2 parents ad4c562 + 799872d commit e1ebe03

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.23.2
17+
FROM alpine:3.23.3
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)