Skip to content

Commit 50f2945

Browse files
Bump alpine from 3.22.2 to 3.23.0
Bumps alpine from 3.22.2 to 3.23.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c045506 commit 50f2945

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)