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

Update dependency golang to v1.19.4 #1789

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
Expand Down
2 changes: 1 addition & 1 deletion build/prom-migrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down