Skip to content

Commit

Permalink
Use latest go = 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Dec 16, 2024
1 parent 48ed299 commit c51c205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.reva
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM golang:alpine3.17 as builder
FROM golang:latest as builder

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.revad
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM golang:alpine3.17 as builder
FROM golang:latest as builder

WORKDIR /home/reva
COPY . .
Expand Down

0 comments on commit c51c205

Please sign in to comment.