Skip to content

Commit

Permalink
Merge pull request #537 from kwiesmueller/master
Browse files Browse the repository at this point in the history
bump golang base image to 1.20.4
  • Loading branch information
laoj2 authored May 12, 2023
2 parents c5424c6 + 27636d5 commit 63b0223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prometheus-to-sd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=$BUILDPLATFORM golang:1.20.1 as builder
FROM --platform=$BUILDPLATFORM golang:1.20.4 as builder
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/prometheus-to-sd
COPY . ./

Expand Down
2 changes: 1 addition & 1 deletion prometheus-to-sd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0
IMAGE_NAME=prometheus-to-sd
ALL_ARCH=amd64 arm64
PREFIX ?= staging-k8s.gcr.io
TAG ?= v0.11.9
TAG ?= v0.11.11

IMAGE=$(PREFIX)/$(IMAGE_NAME)

Expand Down

0 comments on commit 63b0223

Please sign in to comment.