Skip to content

Commit

Permalink
Update dependency golang
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2022
1 parent b4e8598 commit fe9a58e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kube-fip-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.4-alpine3.10 as builder
FROM golang:1.13.11-alpine3.10 as builder
WORKDIR /go/src/github.com/sapcc/kubernetes-operators/kube-fip-controller
RUN apk add --no-cache make
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion prometheus-fusion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.9-alpine3.7 as builder
FROM golang:1.11-alpine3.7 as builder
WORKDIR /go/src/github.com/sapcc/kubernetes-operators/prometheus-fusion
RUN apk add --no-cache make
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion vice-president/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12.9-alpine3.10 as builder
FROM golang:1.13.11-alpine3.10 as builder
WORKDIR /go/src/github.com/sapcc/kubernetes-operators/vice-president
RUN apk add --no-cache make dep git mercurial
COPY . .
Expand Down

0 comments on commit fe9a58e

Please sign in to comment.