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 11, 2022
1 parent 2d2a3bc commit 5774238
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 5774238

Please sign in to comment.