Skip to content

Commit

Permalink
Fix Dockerfile build
Browse files Browse the repository at this point in the history
This will fix the Dockerfile where building is failing
because of a typo in PR #1529
  • Loading branch information
piyush-garg committed Jan 2, 2024
1 parent 61dcdf9 commit 82e3146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:310fbbc9b2a6af87d730e244d5b20a1836df3ae295c290ffec2d4ef6a53a33f8
FROM registry.access.redhat.com/ubi9/go-toolset@sha256:310fbbc9b2a6af87d730e244d5b20a1836df3ae295c290ffec2d4ef6a53a33f8 AS builder
ARG BINARY_NAME=pipelines-as-code-controller
COPY . /src
WORKDIR /src
Expand Down

0 comments on commit 82e3146

Please sign in to comment.