Skip to content

Commit bbec38d

Browse files
authored
Merge pull request #1192 from carvel-dev/dependabot/docker/photon-5.0
Bump photon from 4.0 to 5.0
2 parents c0abef2 + 8c3b317 commit bbec38d

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)