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 Jul 31, 2024
1 parent d899ac1 commit f49b749
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:d2897edc32b216f127c09d87d599080c4a20f98742649093ac91f5c818a36649 as base

FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221
FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30

# 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:a3e2dc47d259f1840ec873cbb78c4771d9b652255da90efe7a506e233f24bb3e as base

FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221
FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30

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

0 comments on commit f49b749

Please sign in to comment.