diff options
| author | Jonathan Amsterdam <jba@google.com> | 2022-03-15 21:26:17 -0400 |
|---|---|---|
| committer | Jonathan Amsterdam <jba@google.com> | 2022-03-16 14:32:32 +0000 |
| commit | 3c42246164adbc4841df417c30fc34f05a9406b4 (patch) | |
| tree | faa20888abe7c2e233b131cc9e46ec5a7d82fe37 /devtools/docker | |
| parent | 2beb68e7d8664b09d87cabe67943dc13b1131207 (diff) | |
| download | go-x-pkgsite-3c42246164adbc4841df417c30fc34f05a9406b4.tar.xz | |
deploy,devtools: use 1.18.0 in containers
Change-Id: I07b23527bdb996af4fdda03319beb8387bfe83c9
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/392956
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
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 f226fdf6..2bef47c4 100644 --- a/devtools/docker/compose.yaml +++ b/devtools/docker/compose.yaml @@ -30,7 +30,7 @@ services: depends_on: - db # This should match the version we are using on Cloud Run. - image: golang:1.18rc1 + image: golang:1.18.0 environment: <<: *database-variables <<: *go-variables @@ -43,7 +43,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite searchtest: - image: golang:1.18rc1 + image: golang:1.18.0 depends_on: - frontend environment: @@ -56,7 +56,7 @@ services: - ../../:/pkgsite working_dir: /pkgsite api: - image: golang:1.18rc1 + image: golang:1.18.0 depends_on: - frontend environment: @@ -69,7 +69,7 @@ services: working_dir: /pkgsite frontend: # This should match the version we are using on AppEngine. - image: golang:1.18rc1 + image: golang:1.18.0 depends_on: - db command: bash -c " @@ -88,7 +88,7 @@ services: working_dir: /pkgsite seeddb: # This should match the version we are using on Cloud Run. - image: golang:1.18rc1 + image: golang:1.18.0 depends_on: - db # Note: technically we should check that migrations have completed before @@ -141,7 +141,7 @@ services: shm_size: 8G go: # This should match the version we are using on Cloud Run. - image: golang:1.18rc1 + image: golang:1.18.0 entrypoint: go environment: <<: *database-variables |
