Skip to content

Commit

Permalink
Merge pull request #2 from be-ys-cloud/v1.16.3
Browse files Browse the repository at this point in the history
Added v1.16.3 patch
  • Loading branch information
florian-forestier authored Jun 4, 2024
2 parents d6294fb + 2c425fb commit a87ef46
Show file tree
Hide file tree
Showing 2 changed files with 1,650 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.7-bullseye as build
FROM golang:1.22-bullseye as build

RUN mkdir /builddir
WORKDIR /builddir
Expand All @@ -8,9 +8,11 @@ RUN apt install -y nodejs bash zip make git
RUN npm install -g yarn
ENV XC_OSARCH linux/amd64
RUN go mod tidy
RUN go get github.com/dmarkham/enumer
RUN go install github.com/dmarkham/enumer
RUN make bootstrap static-dist bin

FROM alpine:3.19 as run
FROM alpine:3.20 as run
COPY --from=build /builddir/bin/vault /opt/vault
COPY docker/configuration.json /opt/configuration.json
EXPOSE 8200
Expand Down
Loading

0 comments on commit a87ef46

Please sign in to comment.