Skip to content

Commit

Permalink
Update and pin Elvish version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Aug 15, 2024
1 parent 1de0720 commit c8a2574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Build Elvish and gotty in a separate builder image
FROM golang:1.21.6-alpine3.19 as builder
FROM golang:1.23.0-alpine3.20 as builder
RUN apk update && \
apk add --virtual build-deps make git
RUN export CGO_ENABLED=0 && \
go install src.elv.sh/cmd/elvish@master && \
go install src.elv.sh/cmd/elvish@v0.21.0 && \
go install github.com/sorenisanerd/[email protected]

# Runtime image
FROM alpine:3.19
FROM alpine:3.20

RUN addgroup elves
# Useful packages for users of try.elv.sh
Expand Down

0 comments on commit c8a2574

Please sign in to comment.