Skip to content

Commit

Permalink
Merge pull request #1301 from carvel-dev/cherry-pick-351c2d-v0.41.x
Browse files Browse the repository at this point in the history
Merge pull request #1192 from carvel-dev/dependabot/docker/photon-5.0

Bump photon from 4.0 to 5.0
  • Loading branch information
sethiyash authored Aug 17, 2023
2 parents 08774c2 + 82d47f5 commit 7eb4291
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 7eb4291

Please sign in to comment.