Skip to content

Commit

Permalink
Use python:3.12-slim for plop.py (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 authored Sep 26, 2024
1 parent 999abea commit 5518702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/container/QA_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.12-slim

RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit 5518702

Please sign in to comment.