Skip to content

Commit

Permalink
Use newer debian releases
Browse files Browse the repository at this point in the history
  • Loading branch information
szarski committed Jan 31, 2024
1 parent 2853364 commit 05f0312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
buildpack_tag:
- "stretch"
- "bullseye"
- "buster"
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG buildpack_tag=stretch
ARG buildpack_tag=buster
FROM buildpack-deps:${buildpack_tag}

USER root
Expand Down

0 comments on commit 05f0312

Please sign in to comment.