chore(deps): update alpine docker tag to v3.20.0
This commit is contained in:
parent
46baffc32b
commit
320ed0ed00
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM superseriousbusiness/gotosocial:latest as upstream
|
FROM superseriousbusiness/gotosocial:latest as upstream
|
||||||
|
|
||||||
FROM alpine:3.17.2 as executor
|
FROM alpine:3.20.0 as executor
|
||||||
USER 1001:1001
|
USER 1001:1001
|
||||||
WORKDIR "/gotosocial/storage"
|
WORKDIR "/gotosocial/storage"
|
||||||
WORKDIR "/gotosocial"
|
WORKDIR "/gotosocial"
|
||||||
|
|
Loading…
Reference in a new issue