Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
ca19c1c1d7
Merge 123dfabe4a into acea7d7ac9 2024-09-06 23:11:37 +00:00
renovate[bot]
123dfabe4a
chore(deps): update alpine docker tag to v3.20.3 2024-09-06 23:11:35 +00:00

View file

@ -1,4 +1,4 @@
FROM alpine:3.19.1
FROM alpine:3.20.3
ARG PB_VERSION=0.21.3
RUN addgroup -S app && adduser -S -G app app