Skip to content

Commit

Permalink
Update golang Docker tag to v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and BuckarooBanzay committed Oct 28, 2021
1 parent b03d1ce commit 6a6b3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.0-alpine as builder
FROM golang:1.17.2-alpine as builder

RUN apk --no-cache add ca-certificates gcc libc-dev nodejs npm git make

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
command: ["npm", "i"]

mapserver:
image: golang:1.17.0
image: golang:1.17.2
depends_on:
- minetest
- mapserver_frontend
Expand Down

0 comments on commit 6a6b3c0

Please sign in to comment.