Skip to content

Commit

Permalink
chore: Upgrade the docker base images
Browse files Browse the repository at this point in the history
  • Loading branch information
Konubinix committed Aug 8, 2024
1 parent 979d65c commit b156ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ fix-quality:
SAVE ARTIFACT . AS LOCAL fixed

test-install-ubuntu:
FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && apt-get install --yes sudo curl python3
DO e+USE_USER --sudoer=y
DO +INSTALL --from=doc
RUN test foo = "$(clk echo foo)"

sonar:
FROM sonarsource/sonar-scanner-cli:5.0.1
FROM sonarsource/sonar-scanner-cli:11.0.0.1541_6.1.0
ARG from=build
RUN [ "$from" = "build" ] || [ "$from" = "source" ]
ARG use_git=true
Expand Down

0 comments on commit b156ee6

Please sign in to comment.