about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAustin McKinley <austin@blueskyweb.xyz>2025-07-30 10:26:10 -0700
committerAustin McKinley <austin@blueskyweb.xyz>2025-07-30 10:28:03 -0700
commit2d23d821d395dd81691f7a1590800e122b59e3c6 (patch)
tree45c20aaddce39d977fbebb8ed29976336f09131d /Dockerfile
parentea226da2754d70b50ef9bfa88daaf3dee77fc8fd (diff)
downloadvoidsky-2d23d821d395dd81691f7a1590800e122b59e3c6.tar.zst
Update golang toolchain to 1.24 and clean imports
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 50dc28b4b..353d1e53b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.23-bullseye AS build-env
+FROM golang:1.24-bullseye AS build-env
 
 WORKDIR /usr/src/social-app