Skip to content

Commit

Permalink
bump ubi8/go-toolset base image to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova authored Jan 4, 2025
1 parent 692c1b3 commit 93abeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use go-toolset as the builder image
# Once built, copys GO executable to a smaller image and runs it from there

FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1734311333 as builder

WORKDIR /go/src/app

Expand All @@ -29,4 +29,4 @@ COPY bundles ./bundles

USER 1001

CMD ["/entitlements-api-go"]
CMD ["/entitlements-api-go"]

0 comments on commit 93abeaf

Please sign in to comment.