Skip to content

Commit

Permalink
Merge pull request #15 from webdevops/dependabot/docker/all-docker-ve…
Browse files Browse the repository at this point in the history
…rsions-134a8fa642

Bump ubuntu from 22.04 to 24.04 in the all-docker-versions group
  • Loading branch information
mblaschke authored Sep 14, 2024
2 parents 230b4d8 + e32dd0f commit cc4c927
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 @@ -37,7 +37,7 @@ RUN ["./kubectl", "version", "--client=true"]
#############################################
# final-ubuntu
#############################################
FROM ubuntu:22.04 AS final-ubuntu
FROM ubuntu:24.04 AS final-ubuntu
ENV LOG_JSON=1
WORKDIR /
COPY --from=test /app /usr/local/bin
Expand Down

0 comments on commit cc4c927

Please sign in to comment.