Skip to content

Commit

Permalink
Merge branch 'main' into renew-dockerfile-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaster authored Oct 17, 2023
2 parents 535ad9a + 46c596b commit 9a1e6f2
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 golang:1.21.1 AS build
FROM golang:1.21.3 AS build

WORKDIR /go/src/k8s-sidecar-injector

Expand All @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /k8s-sidecar-injector \
-X '${PACKAGE}/internal/pkg/version.Package=${PACKAGE}' \
" ./cmd

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2-750
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2-750.1696515534

ENTRYPOINT ["entrypoint.sh"]
EXPOSE $TLS_PORT $LIFECYCLE_PORT
Expand Down

0 comments on commit 9a1e6f2

Please # to comment.