Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile_template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILDER_IMAGE=ghcr.io/geonet/base-images/go:1.21
ARG BUILDER_IMAGE=ghcr.io/geonet/base-images/golang:1.23.5-alpine3.21
ARG RUNNER_IMAGE=ghcr.io/geonet/base-images/static:latest
ARG RUN_USER=nobody
# Only support image based on AlpineLinux
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ $# -eq 0 ]; then
fi

# code will be compiled in this container
BUILDER_IMAGE='ghcr.io/geonet/base-images/go:1.21'
BUILDER_IMAGE='ghcr.io/geonet/base-images/golang:1.23.5-alpine3.21'
RUNNER_IMAGE='ghcr.io/geonet/base-images/static:latest'

VERSION='git-'$(git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion dapper/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GeoNet/fits/dapper

go 1.21.0
go 1.23

require (
github.com/GeoNet/kit v0.0.0-20241129025613-745247c4fb1c
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GeoNet/fits

go 1.21
go 1.23

require (
github.com/GeoNet/kit v0.0.0-20241129025613-745247c4fb1c
Expand Down