Skip to content

Commit 438faf2

Browse files
build: bump alpine from 3.17.2 to 3.17.3
Bumps alpine from 3.17.2 to 3.17.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 f6218a1 commit 438faf2

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
@@ -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.17.2
16+
FROM alpine:3.17.3
1717

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

0 commit comments

Comments
 (0)