Spaces:
Sleeping
Sleeping
Update PocketBase to v0.35.1
Browse filesCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM alpine:latest
|
| 2 |
|
| 3 |
-
ARG PB_VERSION=0.
|
| 4 |
|
| 5 |
# Install dependencies
|
| 6 |
RUN apk add --no-cache \
|
|
|
|
| 1 |
FROM alpine:latest
|
| 2 |
|
| 3 |
+
ARG PB_VERSION=0.35.1
|
| 4 |
|
| 5 |
# Install dependencies
|
| 6 |
RUN apk add --no-cache \
|