Skip to content

Commit a0587c3

Browse files
committed
Dockerfile: Use Go 1.16 image tags
1 parent a807a0d commit a0587c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

base.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Dockerfile to bootstrap build and test in openshift-ci
22

3-
FROM openshift/origin-release:golang-1.15
3+
# TODO: do we need to use quay due to dockerhub rate limiting?
4+
FROM openshift/origin-release:golang-1.16
45

56
# Install test dependencies
67
RUN yum install -y skopeo && \

upstream.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15-alpine as builder
1+
FROM golang:1.16-alpine as builder
22
LABEL stage=builder
33
WORKDIR /build
44

0 commit comments

Comments
 (0)