Skip to content

Commit 8180c6e

Browse files
build(deps): bump alpine from 3.13 to 3.15.0
Bumps alpine from 3.13 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 315cd4f commit 8180c6e

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
1212
# Build the docker-gen executable
1313
RUN GOOS=linux 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.15.0
1616

1717
LABEL maintainer="Nicolas Duchon <[email protected]> (@buchdag)"
1818

0 commit comments

Comments
 (0)