1
0
forked from MTSR/mapserver

Update golang Docker tag to v1.17.6

This commit is contained in:
Renovate Bot 2022-01-07 00:41:30 +00:00 committed by Buckaroo Banzai
parent 6c17e228cb
commit dca826fed7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17.2-alpine as builder
FROM golang:1.17.6-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.2
image: golang:1.17.6
depends_on:
- minetest
- mapserver_frontend