Skip to content

Commit cb2ade4

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 b429924 commit cb2ade4

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
ENV DOCKER_HOST unix:///tmp/docker.sock
1818

0 commit comments

Comments
 (0)