diff options
| author | Renovate Bot <[email protected]> | 2021-08-05 22:29:31 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-05 22:29:31 +0000 |
| commit | f81ffe081fa9ef29c817825ba3faff09864d1a90 (patch) | |
| tree | 7311099be76163b89a50899870841f0929eb59f0 | |
| parent | feat(gemini): replace kineto with capybara (diff) | |
| download | space-f81ffe081fa9ef29c817825ba3faff09864d1a90.tar.xz space-f81ffe081fa9ef29c817825ba3faff09864d1a90.zip | |
chore(deps): update golang docker tag to v1.16.7
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM golang:1.16.6-alpine3.14 AS build_base +FROM golang:1.16.7-alpine3.14 AS build_base RUN apk add --no-cache git |