Skip to content

Commit cc4c927

Browse files
authored
Merge pull request #15 from webdevops/dependabot/docker/all-docker-versions-134a8fa642
Bump ubuntu from 22.04 to 24.04 in the all-docker-versions group
2 parents 230b4d8 + e32dd0f commit cc4c927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN ["./kubectl", "version", "--client=true"]
3737
#############################################
3838
# final-ubuntu
3939
#############################################
40-
FROM ubuntu:22.04 AS final-ubuntu
40+
FROM ubuntu:24.04 AS final-ubuntu
4141
ENV LOG_JSON=1
4242
WORKDIR /
4343
COPY --from=test /app /usr/local/bin

0 commit comments

Comments
 (0)