Skip to content

Commit

Permalink
Upgrade Go version to 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raku2wei committed Jul 10, 2023
1 parent 725e31d commit e34a7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.18
FROM golang:1.20.5-alpine3.18

ARG WORKDIR=/go/app

Expand All @@ -10,4 +10,4 @@ WORKDIR $WORKDIR

VOLUME ["$WORKDIR"]

CMD ["/bin/bash"]
CMD ["/bin/ash"]

0 comments on commit e34a7cf

Please sign in to comment.