Skip to content

Commit 8c3b317

Browse files
Bump photon from 4.0 to 5.0
Bumps photon from 4.0 to 5.0. --- updated-dependencies: - dependency-name: photon dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 587881b commit 8c3b317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1818
go build -mod=vendor -ldflags="-X 'main.Version=$KCTRL_VER'" -trimpath -o out/kapp-controller ./cmd/controller
1919

2020
# --- run image ---
21-
FROM photon:4.0
21+
FROM photon:5.0
2222

2323
# Install openssh for git
2424
RUN tdnf install -y git openssh-clients

0 commit comments

Comments
 (0)