Skip to content

Commit

Permalink
Update dependencies:
Browse files Browse the repository at this point in the history
* Python from 3.11.3 to 3.11.4
  • Loading branch information
mnako committed Jun 10, 2023
1 parent 0f40bbf commit 74da6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-slim-buster
FROM python:3.11.4-slim-buster

ARG USER_ID
ARG GROUP_ID
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.3-alpine3.17
FROM python:3.11.4-alpine3.17

LABEL org.opencontainers.image.source="https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_name }}"

Expand Down

0 comments on commit 74da6ea

Please sign in to comment.