aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChongyi Zheng <git@zcy.dev>2024-02-25 21:55:48 -0500
committerJacob Oaks <joaks@uber.com>2024-04-29 15:06:55 -0400
commit6d9d500de946d5b992804b4208449fc741f68e26 (patch)
tree0bf6537c804edb36ee9ba01a4021c58a94767241 /Dockerfile
parent34cf1555dfab2bfa5d37142d86bf738554bbbc3a (diff)
downloadsally-6d9d500de946d5b992804b4208449fc741f68e26.tar.gz
Use Go 1.22
This upgrades sally to use Go 1.22.
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9fb023c..7373cb0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
# It does not include a sally configuration.
# A /sally.yaml file is required for this to run.
-FROM golang:1.21-alpine
+FROM golang:1.22-alpine
COPY . /build
WORKDIR /build