diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-27 21:09:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-27 21:09:44 +0900 |
| commit | 869acc009c02566ed318a7330e11711f3f608bea (patch) | |
| tree | 104b855d5ac8b35940db47d8cea010f4fc5e0ebb /backend | |
| parent | 6eaf36534a7948a95b9a4742d120d3e99f6007d6 (diff) | |
| download | phperkaigi-2026-albatross-869acc009c02566ed318a7330e11711f3f608bea.tar.gz phperkaigi-2026-albatross-869acc009c02566ed318a7330e11711f3f608bea.tar.zst phperkaigi-2026-albatross-869acc009c02566ed318a7330e11711f3f608bea.zip | |
fix(docker): fix Go version of Dockerfile.tools
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/Dockerfile.tools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Dockerfile.tools b/backend/Dockerfile.tools index 7d38230..566bff2 100644 --- a/backend/Dockerfile.tools +++ b/backend/Dockerfile.tools @@ -1,4 +1,4 @@ -FROM golang:1.23.6 +FROM golang:1.25.5 WORKDIR /tools |
