Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 4314a7a

Browse files
authored
Fix go version in manifests build (#70)
1 parent a9c204f commit 4314a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nixery image registry generates images on the fly with the counted dependencies.
2-
FROM nixery.dev/shell/remake/go_1_16/gcc/kustomize as build
2+
FROM nixery.dev/shell/remake/go/gcc/kustomize as build
33

44
ENV PATH=/share/go/bin:$PATH
55

0 commit comments

Comments
 (0)