Skip to content

Commit c12ac05

Browse files
committed
fix: Properly pin dependencies
1 parent 9527d85 commit c12ac05

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

88
FROM 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

0 commit comments

Comments
 (0)