Skip to content

Commit

Permalink
fix: pin Debian version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardcooke53 committed Jun 17, 2023
1 parent 2f4b878 commit d17ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile is only for GitHub Actions
FROM python:3.10
FROM python:3.10-bullseye

RUN set -ex; \
apt-get update; \
Expand Down

0 comments on commit d17ec69

Please sign in to comment.