aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJacob Oaks <jacoboaks.8@gmail.com>2024-04-29 15:11:08 -0400
committerGitHub <noreply@github.com>2024-04-29 15:11:08 -0400
commit2f5551811aa337b77dfa44d657c49d26fac211ab (patch)
treeea4780118c04df7e938a4a79d593891871e7682a /Dockerfile
parent34cf1555dfab2bfa5d37142d86bf738554bbbc3a (diff)
parentccb6af30c7e835cf82c8caa5a939bf7bffb0632e (diff)
downloadsally-2f5551811aa337b77dfa44d657c49d26fac211ab.tar.gz
Merge pull request #141 from harryzcy/use-go-1.22
Use Go 1.22 and upgrade dependencies
Diffstat (limited to 'Dockerfile')
-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