We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30955cf commit 7cc7450Copy full SHA for 7cc7450
Dockerfile
@@ -1,5 +1,5 @@
1
# Use this image to build the executable
2
-FROM golang:1.18-alpine AS build
+FROM golang:1.24-alpine AS build
3
4
WORKDIR /go/src/github.com/tdewolff/minify
5
COPY . /go/src/github.com/tdewolff/minify/
0 commit comments