Skip to content

Commit 20d7c81

Browse files
build(deps): bump alpine from 3.13 to 3.14.1
Bumps alpine from 3.13 to 3.14.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3047b24 commit 20d7c81

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
@@ -12,7 +12,7 @@ RUN go mod download -json
1212
# Build the docker-gen executable
1313
RUN CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${VERSION}" -o docker-gen ./cmd/docker-gen
1414

15-
FROM alpine:3.13
15+
FROM alpine:3.14.1
1616

1717
LABEL maintainer="Jason Wilder <mail@jasonwilder.com>"
1818

0 commit comments

Comments
 (0)