diff --git a/Makefile b/Makefile index 3103494..2c370e3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for royalroadupdates — builds entirely inside Docker. PWD := $(shell pwd) -DOCKER_RUN := docker run --rm -v $(PWD):/src -w /src -e HOME=/tmp -e GOCACHE=/tmp/go-build -e GOMODCACHE=/tmp/go-mod --user $(shell id -u):$(shell id -g) golang:1.22 +DOCKER_RUN := docker run --rm -v $(PWD):/src -w /src -e HOME=/tmp -e GOCACHE=/tmp/go-build -e GOMODCACHE=/tmp/go-mod --user $(shell id -u):$(shell id -g) golang:1.26-alpine .PHONY: build check clean