Skip to content

Commit 9790c1e

Browse files
committed
Dockerfile: Use Go 1.17 base image tags
1 parent f8734bb commit 9790c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.10 AS builder
2+
FROM registry.ci.openshift.org/openshift/release:golang-1.17 AS builder
33
WORKDIR /go/src/github.com/operator-framework/operator-marketplace
44
COPY . .
55
RUN make osbs-build

Dockerfile.okd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM registry.ci.openshift.org/openshift/release:golang-1.16 AS builder
2+
FROM registry.ci.openshift.org/openshift/release:golang-1.17 AS builder
33
WORKDIR /go/src/github.com/operator-framework/operator-marketplace
44
COPY . .
55
RUN make osbs-build

0 commit comments

Comments
 (0)