Skip to content

Commit

Permalink
Merge pull request #11 from breakmagazine/feat/deploy
Browse files Browse the repository at this point in the history
fix: dockerfile.prod에서 python 3.10 사용하도록 변경
  • Loading branch information
yjoonjang authored May 25, 2024
2 parents e020fc0 + 0c29777 commit 13a23f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
###########

# pull official base image
FROM python:3.9.0-alpine as builder
FROM python:3.10.0-alpine as builder

# set work directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 13a23f4

Please sign in to comment.