Skip to content

Commit cfffd8b

Browse files
authored
Merge pull request #510 from nginx-proxy/dependabot/docker/alpine-3.17.3
build: bump alpine from 3.17.2 to 3.17.3
2 parents f6218a1 + 438faf2 commit cfffd8b

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)