Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2022
1 parent aa01011 commit 285f722
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.6-slim-buster AS base

# set work directory
WORKDIR /backend
Expand Down

0 comments on commit 285f722

Please sign in to comment.