Skip to content

Commit 8c26409

Browse files
committed
feat(gws): update scubagoggles to 0.6.0
update python to 3.14 remove git in image following change to pypi install for scubagoggles
1 parent 38cdd61 commit 8c26409

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

gws/image/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
FROM python:3.14-slim
52

63
RUN useradd --create-home user
74
USER user

gws/image/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
scubagoggles @ git+https://github.com/cisagov/ScubaGoggles@main
1+
scubagoggles==0.6.0
22
google-cloud-storage==3.4.1
33
google-cloud-logging==3.12.1

0 commit comments

Comments
 (0)