Skip to content

Commit

Permalink
Merge pull request #1062 from devinit/feature/fix-deploy
Browse files Browse the repository at this point in the history
Switch to 3.8 bullseye due to NO_PUBKEY error on bookworm
  • Loading branch information
akmiller01 authored Apr 10, 2024
2 parents f0fe072 + 371bf9c commit 1f16139
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 @@
# start with a base image
FROM python:3.8
FROM python:3.8-bullseye
LABEL maintainer="akmiller01 <Alex Miller, alex.miller@devinit.org>"

RUN mkdir /src
Expand Down

0 comments on commit 1f16139

Please sign in to comment.