about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2025-01-02 15:57:03 -0500
committerGitHub <noreply@github.com>2025-01-02 12:57:03 -0800
commit59709ad8d8743ae53272b1852b6948ea37eebfed (patch)
tree033793137c2c26cea79fcd1033288131e456ea16 /Dockerfile
parent85ad52e3981d00ec487e1bb5fc27819f63c2f8c4 (diff)
downloadvoidsky-59709ad8d8743ae53272b1852b6948ea37eebfed.tar.zst
bump golang version to v1.23 (#7325)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 557321872..4a9a7e87f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.22-bullseye AS build-env
+FROM golang:1.23-bullseye AS build-env
 
 WORKDIR /usr/src/social-app