Skip to content

Commit

Permalink
Merge pull request #87 from mitodl/renovate/python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.12
  • Loading branch information
blarghmatey authored Jun 20, 2024
2 parents 620d9c4 + 4cfd7cc commit 65c5168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine@sha256:e8effbb94ea2e5439c6b69c97c6455ff11fce94b7feaaed84bb0f2300d798cb7
FROM python:3.12-alpine@sha256:a982997504b8ec596f553d78f4de4b961bbdf5254e0177f6e99bb34f4ef16f95
ENV PYTHONUNBUFFERED=1
WORKDIR /opt/resource
CMD ["/bin/sh"]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.mitol_build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mitodl/ol-infrastructure@sha256:ebf669314a48c1af177b32420e77cd440c9919d7d80a491d326a42d0838ecca6 as infra

FROM python:3.11-slim@sha256:17ec9dc2367aa748559d0212f34665ec4df801129de32db705ea34654b5bc77a
FROM python:3.12-slim@sha256:2fba8e70a87bcc9f6edd20dda0a1d4adb32046d2acbca7361bc61da5a106a914
ENV PYTHONUNBUFFERED=1
ARG PACKER_VERSION=1.10.3
WORKDIR /opt/resource
Expand Down

0 comments on commit 65c5168

Please sign in to comment.