Skip to content

Commit d181802

Browse files
committed
upgrade docker image to go1.20
1 parent de52aa2 commit d181802

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.dockerignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build
2+
storage
3+
vendor
4+
bot.log

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-alpine as builder
1+
FROM golang:1.20-alpine as builder
22

33
WORKDIR /code/
44
COPY . ./

0 commit comments

Comments
 (0)