diff options
| author | Renovate Bot <[email protected]> | 2022-01-07 00:11:13 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-07 00:11:13 +0000 |
| commit | 3790fc8d5015a99b9e49a896e78151cbfa7a33dd (patch) | |
| tree | 5ff0e03c35f5fcc90e01abb37ead728a817476a0 | |
| parent | fix(contact): update links (diff) | |
| download | space-3790fc8d5015a99b9e49a896e78151cbfa7a33dd.tar.xz space-3790fc8d5015a99b9e49a896e78151cbfa7a33dd.zip | |
chore(deps): update golang docker tag to v1.17.6
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM golang:1.16.7-alpine3.14 AS build_base +FROM golang:1.17.6-alpine3.14 AS build_base RUN apk add --no-cache git |