From 58bbd1865c6fad0f0fe2977ff7141547f7fcadfa Mon Sep 17 00:00:00 2001 From: jeyenth-nanjappan <67902017+jeyenth-nanjappan@users.noreply.github.com> Date: Sun, 18 Sep 2022 20:36:05 +0100 Subject: [PATCH 1/2] Update Pocketbase version to latest 0.7.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ae4d89..6b1333c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.6 -ARG POCKETBASE_VERSION=0.2.8 +ARG POCKETBASE_VERSION=0.7.4 # Install the dependencies RUN apk add --no-cache \ From 8d396dae85458d7832f11f3032ebb9661a31e506 Mon Sep 17 00:00:00 2001 From: jeyenth-nanjappan <67902017+jeyenth-nanjappan@users.noreply.github.com> Date: Thu, 22 Sep 2022 21:14:14 +0100 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b1333c..20289fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.6 -ARG POCKETBASE_VERSION=0.7.4 +ARG POCKETBASE_VERSION=0.7.5 # Install the dependencies RUN apk add --no-cache \