gcp-authdaemon/Dockerfile
Clark Boylan a5d075df27 Convert container image to Bookworm
This should have minimal impact on this repo, but will allow OpenDev to
eventually drop image builds for Bullseye.

Change-Id: I65582dc7607a9c64579000a23a54707ff78b6292
2023-09-21 08:43:55 -07:00

7 lines
131 B
Docker

FROM docker.io/opendevorg/python-base:3.11-bookworm
COPY authdaemon.py /
ENTRYPOINT ["/authdaemon.py"]
CMD ["/authdaemon/token"]