aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-16 19:58:23 -0800
committerGitHub <[email protected]>2022-01-16 19:58:23 -0800
commit412c035da35ef34d4e2f237c47fa620082c5389a (patch)
treeef09175ae4775c36829ac4de36eabc2c4a93765f
parentfeat(actions): check (diff)
parentchore(deps): update alpine docker tag to v3.15 (diff)
downloadspace-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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index af4fb80..459ba3f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ COPY . .
RUN go build -o ./out/space .
-FROM alpine:3.14
+FROM alpine:3.15
RUN apk add ca-certificates