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.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and paulfantom committed Apr 13, 2022
1 parent e91daaa commit b02157e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.17.7-alpine AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18.1-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.17.7-alpine AS builder
FROM golang:1.18.1-alpine AS builder
COPY ./.git build/.git
COPY ./pkg build/pkg
COPY ./cmd build/cmd
Expand Down

0 comments on commit b02157e

Please sign in to comment.