diff --git a/build/Dockerfile b/build/Dockerfile index 2fc0e6651d..1ce055ec39 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19.3-alpine AS builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19.4-alpine AS builder RUN apk update && apk add --no-cache git WORKDIR /promscale COPY ./go.mod ./go.sum ./ diff --git a/build/prom-migrator/Dockerfile b/build/prom-migrator/Dockerfile index a0c8ac4782..c92bcabbaf 100644 --- a/build/prom-migrator/Dockerfile +++ b/build/prom-migrator/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.19.3-alpine AS builder +FROM golang:1.19.4-alpine AS builder COPY ./.git build/.git COPY ./pkg build/pkg COPY ./migration-tool build/migration-tool