Skip to content

Commit

Permalink
feat(docker): Bump version of base Debian to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 26, 2024
1 parent d1feb62 commit f4d7cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM debian:10-slim
FROM debian:12-slim
COPY slu /usr/local/bin
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser.arm64v8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM arm64v8/debian:10-slim
FROM arm64v8/debian:12-slim
COPY slu /usr/local/bin

0 comments on commit f4d7cd2

Please sign in to comment.