Skip to content

Commit 4f05121

Browse files
authored
Merge pull request #536 from nginx-proxy/dependabot/docker/alpine-3.18.2
build: bump alpine from 3.18.0 to 3.18.2
2 parents 95cd59e + 039aaa2 commit 4f05121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine

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.18.0
16+
FROM alpine:3.18.2
1717

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

0 commit comments

Comments
 (0)