Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.20

FROM ubuntu:noble AS setup
FROM ubuntu:resolute AS setup

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

FROM ubuntu:noble AS runtime
FROM ubuntu:resolute AS runtime

RUN <<EOF
apt-get update
Expand Down
Loading