Skip to content

Commit bf01c4f

Browse files
fix(deps): bump alpine from 3.15.4 to 3.16.0
Bumps alpine from 3.15.4 to 3.16.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a3455a commit bf01c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache git && \
77
go mod download && \
88
CGO_ENABLED=0 go build -ldflags="-s -w" -o "wgcf"
99

10-
FROM alpine:3.15.4
10+
FROM alpine:3.16.0
1111

1212
WORKDIR /
1313

0 commit comments

Comments
 (0)