Skip to content

Commit fcd49a5

Browse files
authored
Update Pocketbase from 0.29.3 -> 0.30.0
- Updated pocketbase version from 0.29.3 -> 0.30.0 - Added Dockerfile RUN to remove `unzip` at the end due to serious CVE
1 parent 2620caf commit fcd49a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22

3-
ARG PB_VERSION=0.29.2
3+
ARG PB_VERSION=0.30.0
44

55
ARG TARGETARCH
66

@@ -33,6 +33,7 @@ RUN case "$TARGETARCH" in \
3333

3434
# uncomment to copy the local pb_hooks dir into the image
3535
# COPY ./pb_hooks /pb/pb_hooks
36+
RUN apk del unzip
3637

3738
EXPOSE 8080
3839

0 commit comments

Comments
 (0)