Skip to content

Commit

Permalink
ci: updated go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Dec 29, 2021
1 parent c10b660 commit 569331f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ templates/*.tmpl
public/templates/**/*.css
gauguin.yaml
.env
.idea

# Created by https://www.toptal.com/developers/gitignore/api/go,osx,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=go,osx,visualstudiocode
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.3-alpine as build
FROM golang:1.17.5-alpine as build

WORKDIR /app

Expand Down

0 comments on commit 569331f

Please sign in to comment.