Skip to content

Commit

Permalink
chore: update devcontainer (#48)
Browse files Browse the repository at this point in the history
* chore: update devcontainer

* chore: update to devcontainer v3

* chore: update devcontainer with last minor version
  • Loading branch information
Youen Péron authored Oct 31, 2023
1 parent 679499c commit f450b64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM cgifr/lino:latest-debian AS lino

FROM adrienaury/go-devcontainer:v0.5
FROM adrienaury/go-devcontainer:v3.1

USER root

Expand All @@ -11,9 +11,10 @@ RUN update-ca-certificates
RUN apk add --update --progress --no-cache make gomplate jq

ARG VERSION_GOLICENSE=0.2.0
ARG VERSION_MILLER=5.10.2
ARG VERSION_MILLER=6.2.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/usr/bin/mlr https://github.com/johnkerl/miller/releases/download/v${VERSION_MILLER}/mlr.linux.x86_64 \
&& 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

COPY --from=lino /usr/bin/pimo /usr/bin/pimo
Expand Down

0 comments on commit f450b64

Please sign in to comment.