new pocketbase version

This commit is contained in:
Andras Bacsai
2022-12-22 11:22:37 +01:00
parent c8f7ca920e
commit dc130d3705
2 changed files with 8 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:3.17
ARG BUILDARCH
ARG PB_VERSION=0.8.0
ARG PB_VERSION=0.10.2
RUN apk add --no-cache \
unzip \
ca-certificates
@@ -9,4 +9,4 @@ ADD https://github.com/pocketbase/pocketbase/releases/download/v${PB_VERSION}/po
RUN unzip /tmp/pb.zip -d /app/
RUN rm /tmp/pb.zip
EXPOSE 8080
CMD ["/app/pocketbase", "serve", "--http=0.0.0.0:8080"]
CMD ["/app/pocketbase", "serve", "--http=0.0.0.0:8080"]