Skip to content

Commit a84a51d

Browse files
authored
Merge pull request #388 from nginx-proxy/dependabot/docker/alpine-3.15.0
build(deps): bump alpine from 3.13 to 3.15.0
2 parents b664a49 + 347cf74 commit a84a51d

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)