Skip to content

Commit

Permalink
Use golang:1.19-alpine3.16 as base image (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
goyalmunish authored Nov 5, 2022
1 parent edec5f2 commit 9136c03
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.18.0-alpine3.14
FROM golang:1.19-alpine3.16

ENV DIR_HOME=/root
ENV DIR_DATA /data
Expand Down

0 comments on commit 9136c03

Please sign in to comment.