Skip to content

Commit

Permalink
Merge pull request #4441 from gizmoguy/docker-python3-12.0.0
Browse files Browse the repository at this point in the history
Upgrade docker base image to 12.0.0.
  • Loading branch information
gizmoguy committed Jan 17, 2024
2 parents e7ae428 + 80299de commit 5fb9fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.faucet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/faucet

FROM faucet/python3:11.0.0
FROM faucet/python3:12.0.0

COPY ./ /faucet-src/

Expand Down
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:10.0.0
FROM faucet/python3:12.0.0
LABEL maintainer="Charlie Lewis <clewis@iqt.org>"

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:10.0.0
FROM faucet/python3:12.0.0
LABEL maintainer="Charlie Lewis <clewis@iqt.org>"

ENV PYTHONUNBUFFERED=0
Expand Down

0 comments on commit 5fb9fbd

Please sign in to comment.