Skip to content

Commit

Permalink
deployment/docker: update Go builder for prod binaries from Go1.19.0 …
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Sep 8, 2022
1 parent b9231c7 commit f81dfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/vmui/Dockerfile-web
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.0 as build-web-stage
FROM golang:1.19.1 as build-web-stage
COPY build /build

WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DOCKER_NAMESPACE := victoriametrics

ROOT_IMAGE ?= alpine:3.16.2
CERTS_IMAGE := alpine:3.16.2
GO_BUILDER_IMAGE := golang:1.19.0-alpine
GO_BUILDER_IMAGE := golang:1.19.1-alpine
BUILDER_IMAGE := local/builder:2.0.0-$(shell echo $(GO_BUILDER_IMAGE) | tr :/ __)-1
BASE_IMAGE := local/base:1.1.3-$(shell echo $(ROOT_IMAGE) | tr :/ __)-$(shell echo $(CERTS_IMAGE) | tr :/ __)

Expand Down

0 comments on commit f81dfaf

Please sign in to comment.