Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent c0f7a51 commit e478353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7

FROM ubuntu:jammy AS setup
FROM ubuntu:noble AS setup

RUN <<EOF
apt-get update
Expand Down Expand Up @@ -37,7 +37,7 @@ elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then
fi
EOF

FROM ubuntu:jammy AS runtime
FROM ubuntu:noble AS runtime

RUN <<EOF
apt-get update
Expand Down

0 comments on commit e478353

Please sign in to comment.