There was an error while loading. Please reload this page.
1 parent af4f99d commit c6bbba1Copy full SHA for c6bbba1
2 files changed
Dockerfile
@@ -9,7 +9,7 @@
9
10
# STAGE: base
11
## Compiles Sliver for use
12
-FROM golang:1.23.5 AS base
+FROM golang:latest AS base
13
14
### Base packages
15
RUN apt-get update --fix-missing && apt-get -y install \
go-assets.sh
@@ -20,8 +20,8 @@ set -e
20
21
# Creates the static go asset archives
22
23
-GO_VER="1.23.5"
24
-GARBLE_VER="1.23.5"
+GO_VER="1.24.5"
+GARBLE_VER="1.24.5"
25
ZIG_VER="0.13.0"
26
SGN_VER="0.0.3"
27
0 commit comments