aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-12-25 02:51:41 +0000
committerRenovate Bot <[email protected]>2021-12-25 02:51:41 +0000
commit86efcb41e5efaab428ea138d9f4ac843453fa47e (patch)
tree70fbc07eab0beaffc41a351b40e682b66b7dc351 /Dockerfile
parentfix(contact): update links (diff)
downloadspace-86efcb41e5efaab428ea138d9f4ac843453fa47e.tar.xz
space-86efcb41e5efaab428ea138d9f4ac843453fa47e.zip
chore(deps): update alpine docker tag to v3.15
Diffstat (limited to 'Dockerfile')
-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