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 Nov 7, 2024
1 parent 7817b6e commit b799d29
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:d8228cf4afc9979ef1508b18c4ef33eec5f71f4b8452076326edb148d40216b8 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:58879a6b68d51b08c79657a40f54aae254874418c487b2be6691efc174d20277 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 b799d29

Please sign in to comment.