We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cdd61 commit 8c26409Copy full SHA for 8c26409
2 files changed
gws/image/Dockerfile
@@ -1,7 +1,4 @@
1
-FROM python:3.13-slim
2
-
3
-# needed when installing ScubaGoggles directly from git
4
-RUN apt-get update && apt-get install -y git
+FROM python:3.14-slim
5
6
RUN useradd --create-home user
7
USER user
gws/image/requirements.txt
@@ -1,3 +1,3 @@
-scubagoggles @ git+https://github.com/cisagov/ScubaGoggles@main
+scubagoggles==0.6.0
google-cloud-storage==3.4.1
google-cloud-logging==3.12.1
0 commit comments