Skip to content

Commit d16e99e

Browse files
fix(deps): bump alpine from 3.14.2 to 3.14.3
Bumps alpine from 3.14.2 to 3.14.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64cf7a5 commit d16e99e

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.2
9+
FROM alpine:3.14.3
1010

1111
WORKDIR /
1212

0 commit comments

Comments
 (0)