Skip to content

Commit d7bbc50

Browse files
Merge pull request #25 from justinfarrelldev/snyk-fix-a4a783f88c38006b16408909a65f3566
[Snyk] Security upgrade debian from 12.11 to bookworm-20250929
2 parents 4b55afb + b432cd2 commit d7bbc50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
RUN go build -v -o /run-app .
99

1010

11-
FROM debian:12.11
11+
FROM debian:bookworm-20250929
1212

1313
COPY --from=builder /run-app /usr/local/bin/
1414
CMD ["run-app"]

0 commit comments

Comments
 (0)