-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update git version in Docker image. (#319)
- Loading branch information
1 parent
4bcd277
commit edeb68e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
FROM golang:1.19.2-alpine3.16 AS builder | ||
|
||
# Download git, jsonnet and jsonnet-bundler | ||
RUN apk add --no-cache git=2.36.2-r0 && \ | ||
RUN apk add --no-cache git=2.36.3-r0 && \ | ||
go install github.com/google/go-jsonnet/cmd/[email protected] && \ | ||
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] | ||
|
||
|
@@ -25,4 +25,4 @@ COPY mixin-defs /mixin-defs | |
COPY run-mixin.sh / | ||
RUN chmod a+x /usr/local/bin/jb /usr/local/bin/jsonnet /run-mixin.sh | ||
|
||
ENTRYPOINT ["/run-mixin.sh"] | ||
ENTRYPOINT ["/run-mixin.sh"] |