Skip to content

Commit

Permalink
Pin down container base image versions to a specific tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed May 7, 2024
1 parent 30ef198 commit a397e7a
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
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:latest as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5.1712568462 as builder

WORKDIR /go/src/app
COPY . .
Expand All @@ -10,7 +10,7 @@ RUN go get -d ./... && \

RUN cp /go/src/app/insights-ingress-go /usr/bin/

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1137

WORKDIR /

Expand Down

0 comments on commit a397e7a

Please sign in to comment.