Skip to content

Commit

Permalink
Force base rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Nov 7, 2023
1 parent fe70e88 commit 7523f29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2.1698062273 as builder

WORKDIR /workspace



COPY go.mod go.mod
COPY go.sum go.sum




RUN go mod download

COPY main.go main.go
Expand Down

0 comments on commit 7523f29

Please sign in to comment.