Skip to content

Commit

Permalink
Bump python from 3.11.2-slim to 3.11.3-slim (#405)
Browse files Browse the repository at this point in the history
Bumps python from 3.11.2-slim to 3.11.3-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 6, 2023
1 parent 6b83c57 commit 0950d62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IntegrationTests.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.2-slim
FROM python:3.11.3-slim

ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
Expand Down
4 changes: 2 additions & 2 deletions RemoteSettings.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.2 as compile
FROM python:3.11.3 as compile

ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
Expand All @@ -12,7 +12,7 @@ COPY ./kinto-remote-settings ./kinto-remote-settings
COPY VERSION .
RUN pip install --no-cache-dir ./kinto-remote-settings

FROM python:3.11.2-slim as production
FROM python:3.11.3-slim as production

ENV KINTO_INI=config/local.ini \
PATH="/opt/venv/bin:$PATH" \
Expand Down

0 comments on commit 0950d62

Please sign in to comment.