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 8ca8399 commit 32e9c26Copy full SHA for 32e9c26
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.23.2-alpine3.20 AS build
+FROM golang:1.23.4-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.23.2
+go 1.23.4
4
5
require (
6
cloud.google.com/go/storage v1.28.1
0 commit comments