Skip to content

Commit 1e189f9

Browse files
authored
Merge pull request #11 from nginx-proxy/dependabot/docker/debian-12.0-slim
build: bump debian from 11.7-slim to 12.0-slim
2 parents 9e1cfac + abf1580 commit 1e189f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN go mod download
1010
RUN CGO_ENABLED=0 GOOS=linux go build -o forego . \
1111
&& go clean -cache
1212

13-
FROM debian:11.7-slim
13+
FROM debian:12.0-slim
1414

1515
# Install Forego
1616
COPY --from=go-builder /build/forego /usr/local/bin/forego

0 commit comments

Comments
 (0)