diff options
| author | Fuwn <[email protected]> | 2022-01-16 19:58:23 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-16 19:58:23 -0800 |
| commit | 412c035da35ef34d4e2f237c47fa620082c5389a (patch) | |
| tree | ef09175ae4775c36829ac4de36eabc2c4a93765f | |
| parent | feat(actions): check (diff) | |
| parent | chore(deps): update alpine docker tag to v3.15 (diff) | |
| download | space-412c035da35ef34d4e2f237c47fa620082c5389a.tar.xz space-412c035da35ef34d4e2f237c47fa620082c5389a.zip | |
Merge pull request #7 from Fuwn/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.15
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ COPY . . RUN go build -o ./out/space . -FROM alpine:3.14 +FROM alpine:3.15 RUN apk add ca-certificates |