Skip to content

Commit f286fbe

Browse files
build(deps): bump alpine from 3.15.4 to 3.17.0
Bumps alpine from 3.15.4 to 3.17.0. --- 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 f3a5351 commit f286fbe

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

16-
FROM alpine:3.15.4
16+
FROM alpine:3.17.0
1717

1818
ARG DOCKER_GEN_VERSION
1919
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \

0 commit comments

Comments
 (0)