-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: go-devcontainer version from v3.1 to v4.0 (golang 1.22)
- Loading branch information
1 parent
501639a
commit 77eb1f3
Showing
3 changed files
with
8 additions
and
4 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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM adrienaury/go-devcontainer-ci:v3.1 | ||
FROM adrienaury/go-devcontainer-ci:v4.0 | ||
|
||
USER root | ||
|
||
RUN apk add --update --progress --no-cache make gomplate | ||
|
||
ARG VERSION_GOLICENSE=0.2.0 | ||
ARG VERSION_MILLER=6.8.0 | ||
ARG VERSION_MILLER=6.11.0 | ||
RUN wget -nv -O- https://github.com/mitchellh/golicense/releases/download/v${VERSION_GOLICENSE}/golicense_${VERSION_GOLICENSE}_linux_x86_64.tar.gz | tar xz -C /usr/bin golicense \ | ||
&& wget -nv -O- https://github.com/johnkerl/miller/releases/download/v${VERSION_MILLER}/miller-${VERSION_MILLER}-linux-amd64.tar.gz | tar xz --strip-components 1 -C /usr/bin miller-${VERSION_MILLER}-linux-amd64/mlr \ | ||
&& chmod +x /usr/bin/golicense /usr/bin/mlr |
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