Skip to content

Commit

Permalink
chore(deps): update dependency python to v3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2022
1 parent 6c5deb0 commit 5edb01b
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.5-slim-buster AS base

# set work directory
WORKDIR /backend
Expand Down

0 comments on commit 5edb01b

Please sign in to comment.