Skip to content

Commit

Permalink
Merge pull request #840 from rstudio/pin-wgcw-to-ubuntu22
Browse files Browse the repository at this point in the history
Pin WGCW build back to Ubuntu 22.04
  • Loading branch information
ianpittwood committed Sep 16, 2024
2 parents 3d7a5b1 + ededfde commit 49a3855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM product-base-pro as posit_base
FROM us-central1-docker.pkg.dev/cloud-workstations-images/predefined/base:latest as build
FROM us-central1-docker.pkg.dev/cloud-workstations-images/predefined/base:last-ubuntu2204 as build

### ARG declarations ###
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 49a3855

Please sign in to comment.