Skip to content

Commit

Permalink
feat(cmd): hack: change the dockerfile image
Browse files Browse the repository at this point in the history
  • Loading branch information
boranx committed May 18, 2021
1 parent 00a0f44 commit 96404a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
@@ -1,4 +1,5 @@
FROM quay.io/app-sre/boilerplate:image-v0.5.2 AS builder
# FROM quay.io/app-sre/boilerplate:image-v0.5.2 AS builder
FROM registry.ci.openshift.org/openshift/release:golang-1.16 AS builder

RUN mkdir -p /workdir
WORKDIR /workdir
Expand Down

0 comments on commit 96404a0

Please sign in to comment.