Skip to content

Commit

Permalink
Merge pull request #704 from ZeitOnline/dependabot/docker/smoketest/p…
Browse files Browse the repository at this point in the history
…ython-3.12.3-slim

MAINT: Bump python from 3.12.2-slim to 3.12.3-slim in /smoketest
  • Loading branch information
thomaspuppe authored Apr 16, 2024
2 parents 3f20db4 + 84fc2f3 commit 7d71fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See https://github.com/ZeitOnline/gh-action-workflows/blob/main/.github/workflows/nightwatch-build.yaml
FROM python:3.12.2-slim as nightwatch
FROM python:3.12.3-slim as nightwatch
WORKDIR /app
RUN pip --no-cache-dir install pipenv
COPY Pipfile Pipfile.lock ./
Expand Down

0 comments on commit 7d71fbb

Please sign in to comment.