Skip to content

Commit 08688cc

Browse files
fix(deps): bump alpine from 3.14.3 to 3.15.0
Bumps alpine from 3.14.3 to 3.15.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 eaa77f8 commit 08688cc

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
@@ -6,7 +6,7 @@ COPY . .
66
RUN go mod download && \
77
CGO_ENABLED=0 go build -ldflags="-s -w" -o "wgcf"
88

9-
FROM alpine:3.14.3
9+
FROM alpine:3.15.0
1010

1111
WORKDIR /
1212

0 commit comments

Comments
 (0)