Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2022
1 parent aa01011 commit 20ca2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## BASE BUILD THAT BOTH DEV AND PROD INHERIT FROM

# pull official base image
FROM python:3.8.10-slim-buster AS base
FROM python:3.10.7-slim-buster AS base

# set work directory
WORKDIR /backend
Expand Down

0 comments on commit 20ca2d8

Please sign in to comment.