Skip to content

Commit

Permalink
Added v1.15.5 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-forestier committed Feb 26, 2024
1 parent d6419a6 commit a9dd8b6
Show file tree
Hide file tree
Showing 2 changed files with 1,531 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.3-bullseye as build
FROM golang:1.21.5-bullseye as build

RUN mkdir /builddir
WORKDIR /builddir
Expand All @@ -10,7 +10,7 @@ ENV XC_OSARCH linux/amd64
RUN go mod tidy
RUN make bootstrap static-dist bin

FROM alpine:3.17 as run
FROM alpine:3.19 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 a9dd8b6

Please sign in to comment.