We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a047d commit 223c3fcCopy full SHA for 223c3fc
Dockerfile
@@ -27,7 +27,7 @@
27
# $ docker run -v /path/to/docker-config:/opt/tegola_config -p 8080 tegola serve
28
29
# Intermediary container for building
30
-FROM golang:1.24.1-alpine3.20 AS build
+FROM golang:1.24.2-alpine3.20 AS build
31
32
ARG BUILDPKG="github.com/go-spatial/tegola/internal/build"
33
ARG VER="Version Not Set"
go.mod
@@ -1,6 +1,6 @@
1
module github.com/go-spatial/tegola
2
3
-go 1.24.1
+go 1.24.2
4
5
require (
6
cloud.google.com/go/storage v1.28.1
0 commit comments