We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c5249 commit d05ee4fCopy full SHA for d05ee4f
Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.22 as builder
+FROM golang:1.23.8 as builder
16
17
ARG GOARCH=amd64
18
ARG SRC_DIR=/go/src/github.com/nuclio/uhttpc
Makefile
@@ -1,6 +1,6 @@
1
# Variables
2
DOCKER_IMAGE_NAME := quay.io/nuclio/uhttpc
3
-DOCKER_IMAGE_TAG := 0.0.2
+DOCKER_IMAGE_TAG := 0.0.3
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.23.4
+go 1.23.8
0 commit comments