Skip to content

Commit

Permalink
Merge pull request #1192 from carvel-dev/dependabot/docker/photon-5.0
Browse files Browse the repository at this point in the history
Bump photon from 4.0 to 5.0
  • Loading branch information
neil-hickey authored Aug 17, 2023
1 parent 228f126 commit 297802e
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
Expand Up @@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
go build -mod=vendor -ldflags="-X 'main.Version=$KCTRL_VER'" -trimpath -o out/kapp-controller ./cmd/controller

# --- run image ---
FROM photon:4.0
FROM photon:5.0

# Install openssh for git
RUN tdnf install -y git openssh-clients
Expand Down

0 comments on commit 297802e

Please sign in to comment.