diff options
Diffstat (limited to 'devtools/docker')
| -rw-r--r-- | devtools/docker/compose.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devtools/docker/compose.yaml b/devtools/docker/compose.yaml index 55f234ea..727a8e3f 100644 --- a/devtools/docker/compose.yaml +++ b/devtools/docker/compose.yaml @@ -31,7 +31,7 @@ services: depends_on: - db # This should match the version we are using on Cloud Run. - image: golang:1.19 + image: golang:1.20rc3 environment: <<: *database-variables <<: *go-variables @@ -44,7 +44,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite searchtest: - image: golang:1.19 + image: golang:1.20rc3 depends_on: - frontend environment: @@ -57,7 +57,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite api: - image: golang:1.19 + image: golang:1.20rc3 depends_on: - frontend environment: @@ -70,7 +70,7 @@ services: working_dir: /pkgsite frontend: # This should match the version we are using on AppEngine. - image: golang:1.19 + image: golang:1.20rc3 depends_on: - db command: bash -c " @@ -89,7 +89,7 @@ services: working_dir: /pkgsite seeddb: # This should match the version we are using on Cloud Run. - image: golang:1.19 + image: golang:1.20rc3 depends_on: - db # Note: technically we should check that migrations have completed before @@ -142,7 +142,7 @@ services: shm_size: 8G go: # This should match the version we are using on Cloud Run. - image: golang:1.19 + image: golang:1.20rc3 entrypoint: go environment: <<: *database-variables |
