Skip to content

Commit

Permalink
Update golang version in Dockerfile to v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom authored Oct 1, 2023
1 parent 4e4daa9 commit 0af058b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11-alpine
FROM golang:1.21-alpine
LABEL maintainer="sudorandom <https://github.com/evepraisal/go-evepraisal>"
WORKDIR $GOPATH/src/github.com/evepraisal/go-evepraisal
RUN apk --update add --no-cache --virtual build-dependencies git gcc musl-dev make bash && \
Expand Down

0 comments on commit 0af058b

Please sign in to comment.