Merge pull request 'chore(deps): update alpine docker tag to v3.20.2' (#4) from renovate/alpine-3.x into master

Reviewed-on: https://git.batsense.net///ForgeFlux/ftest-gotosocial-wrapper/pulls/4
This commit is contained in:
Aravinth Manivannan 2024-08-13 15:35:54 +05:30
commit 965f494306

View file

@ -1,6 +1,6 @@
FROM superseriousbusiness/gotosocial:latest as upstream
FROM alpine:3.20.0 as executor
FROM alpine:3.20.2 as executor
USER 1001:1001
WORKDIR "/gotosocial/storage"
WORKDIR "/gotosocial"