We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aa1bd5 + ce61e85 commit 56c5249Copy full SHA for 56c5249
Makefile
@@ -1,6 +1,6 @@
1
# Variables
2
DOCKER_IMAGE_NAME := quay.io/nuclio/uhttpc
3
-DOCKER_IMAGE_TAG := 0.0.1
+DOCKER_IMAGE_TAG := 0.0.2
4
DOCKER_BUILD_ARGS := --build-arg GOARCH=amd64
5
DOCKER_BUILD_ARGS_ARMHF := --build-arg GOARCH=arm
6
DOCKER_BUILD_ARGS_ARM64 := --build-arg GOARCH=arm64
go.mod
@@ -1,3 +1,3 @@
module github.com/nuclio/uhttpc
-go 1.21.6
+go 1.23.4
0 commit comments