File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/uniget-org/tools/uniget:latest AS uniget
4- FROM ghcr.io/uniget-org/tools/git:latest AS git
5- FROM ghcr.io/uniget-org/tools/go:latest AS go
6- FROM ghcr.io/uniget-org/tools/make:latest AS make
3+ FROM ghcr.io/uniget-org/tools/uniget:0.27.5 AS uniget
4+ FROM ghcr.io/uniget-org/tools/git:2.54.0 AS git
5+ FROM ghcr.io/uniget-org/tools/go:1.26.4 AS go
6+ FROM ghcr.io/uniget-org/tools/make:4.4.1 AS make
77
88FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64
9- COPY --link --from=ghcr.io/ uniget-org/tools/uniget:latest / /usr/local
10- COPY --link --from=ghcr.io/uniget-org/tools/ git:latest / /usr/local
11- COPY --link --from=ghcr.io/uniget-org/tools/go:latest / /usr/local
12- COPY --link --from=ghcr.io/uniget-org/tools/ make:latest / /usr/local
9+ COPY --link --from=uniget / /usr/local
10+ COPY --link --from=git / /usr/local
11+ COPY --link --from=go / /usr/local
12+ COPY --link --from=make / /usr/local
You can’t perform that action at this time.
0 commit comments