Skip to content

Commit

Permalink
Bump docker base image faucet/python3 to V12.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Apr 10, 2024
1 parent c02f249 commit 34bbc2b
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 34bbc2b

Please sign in to comment.