Skip to content

Commit

Permalink
feat(deps): update ubuntu docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
strg-public-bot[bot] authored Oct 23, 2024
1 parent fb05e71 commit 0574549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcloud-workstation-phpstorm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://console.cloud.google.com/artifacts/docker/cloud-workstations-images/us-central1/predefined/phpstorm
FROM europe-west3-docker.pkg.dev/cloud-workstations-images/predefined/phpstorm:latest@sha256:bf348d24dc9129b6f361076c508d6591c8068abc45d97bee284cf514fc1d5240 as base

FROM ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
FROM ubuntu:24.04@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5

# we use the /home directory in a persistent way
VOLUME ["/home/"]
Expand Down
2 changes: 1 addition & 1 deletion gcloud-workstation-vscode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://console.cloud.google.com/artifacts/docker/cloud-workstations-images/us-central1/predefined/code-oss
FROM europe-west3-docker.pkg.dev/cloud-workstations-images/predefined/code-oss:latest@sha256:b41f3efb3c1abd72f2c8afffc0e63ac2f50c8ec74961b4181830aef8e497d7d4 as base

FROM ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
FROM ubuntu:24.04@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5

# we use the /home directory in a persistent way
VOLUME ["/home/"]
Expand Down

0 comments on commit 0574549

Please sign in to comment.