Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update dependency golang to v1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JamesGuthrie committed Nov 16, 2022
1 parent 0253640 commit 4c29693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
@@ -1,5 +1,5 @@
# Build stage
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18.4-alpine AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.19.3-alpine AS builder
RUN apk update && apk add --no-cache git
WORKDIR /promscale
COPY ./go.mod ./go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion build/prom-migrator/Dockerfile
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.18.4-alpine AS builder
FROM golang:1.19.3-alpine AS builder
COPY ./.git build/.git
COPY ./pkg build/pkg
COPY ./migration-tool build/migration-tool
Expand Down

0 comments on commit 4c29693

Please sign in to comment.