Skip to content

Commit

Permalink
Merge pull request #4489 from gizmoguy/docker-python3-12.0.1
Browse files Browse the repository at this point in the history
Bump docker base image faucet/python3 to V12.0.1.
  • Loading branch information
gizmoguy authored Apr 10, 2024
2 parents c02f249 + 34bbc2b commit 74fa257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapters/vendors/faucetagent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/adapter-faucetagent

FROM faucet/python3:12.0.0
FROM faucet/python3:12.0.1
LABEL maintainer="Charlie Lewis <[email protected]>"

ENV PYTHONUNBUFFERED=0
Expand Down
2 changes: 1 addition & 1 deletion adapters/vendors/rabbitmq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/event-adapter-rabbitmq

FROM faucet/python3:12.0.0
FROM faucet/python3:12.0.1
LABEL maintainer="Charlie Lewis <[email protected]>"

ENV PYTHONUNBUFFERED=0
Expand Down

0 comments on commit 74fa257

Please sign in to comment.