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 10, 2024
1 parent d7123a6 commit da6abf1
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:784c5df79bc499ee814381d41789a867b448f94ff6845890db33978b30cbd65f 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:70f16be1138f9015899d7321c386d28e69d576f8f943437502a6fd5739210e3d 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 da6abf1

Please sign in to comment.