Skip to content

Commit e14ca4a

Browse files
build: bump debian from 12.11-slim to 13.0-slim
Bumps debian from 12.11-slim to 13.0-slim. --- updated-dependencies: - dependency-name: debian dependency-version: 13.0-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b19c83c commit e14ca4a

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
@@ -24,7 +24,7 @@ RUN set -eu; \
2424
go build -ldflags "-X main.buildVersion=${FOREGO_VERSION}" -o forego .; \
2525
go clean -cache
2626

27-
FROM debian:12.11-slim
27+
FROM debian:13.0-slim
2828

2929
ARG FOREGO_VERSION
3030
ENV FOREGO_VERSION=${FOREGO_VERSION}

0 commit comments

Comments
 (0)