Skip to content

Commit

Permalink
Fix builder image to a valid-Konflux compliant one
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaak committed Feb 6, 2025
1 parent b861dee commit 641f5d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM quay.io/app-sre/boilerplate:image-v5.0.1 AS builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9 AS builder

USER root

RUN mkdir -p /workdir
COPY . /workdir
Expand Down

0 comments on commit 641f5d6

Please sign in to comment.