Skip to content

Commit

Permalink
Bump Docker versions
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz committed Jul 30, 2023
1 parent aeefd4f commit ff7e99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine AS build-env
FROM golang:1.20-alpine AS build-env

ENV CGO_ENABLED 0

Expand Down Expand Up @@ -59,7 +59,7 @@ RUN go mod download
RUN make clean
RUN make git-credential-gopass

FROM alpine:3.16
FROM alpine:3.18
RUN apk add --no-cache ca-certificates git gnupg
COPY --from=build-env /home/runner/work/gopass/gopass/gopass /usr/local/bin/
COPY --from=build-env /home/runner/work/gopass/gopass-jsonapi/gopass-jsonapi /usr/local/bin/
Expand Down

0 comments on commit ff7e99e

Please sign in to comment.