1
0
forked from MTSR/mapserver

Update golang Docker tag to v1.17.2

This commit is contained in:
Renovate Bot 2021-10-08 01:31:27 +00:00 committed by Buckaroo Banzai
parent b03d1ced70
commit 6a6b3c09c9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@ services:
command: ["npm", "i"]
mapserver:
image: golang:1.17.0
image: golang:1.17.2
depends_on:
- minetest
- mapserver_frontend