Compare commits
6 Commits
23ae2442d4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ba51c6dc53 | |||
| 6c47484802 | |||
|
|
e45ead4b86 | ||
|
|
d2583f3ee8 | ||
| 7d8aa375b7 | |||
|
|
0579eec8fa |
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Login to Docker registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.22.0 AS downloader
|
||||
FROM alpine:3.23.0 AS downloader
|
||||
|
||||
# renovate: datasource=github-releases depName=pocketbase/pocketbase extractVersion=^v(?<version>.*)$
|
||||
ARG VERSION=0.23.2
|
||||
@@ -13,7 +13,7 @@ ENV BUILDX_ARCH="${TARGETOS:-linux}_${TARGETARCH:-amd64}${TARGETVARIANT}"
|
||||
ADD https://github.com/pocketbase/pocketbase/releases/download/v${VERSION}/pocketbase_${VERSION}_${BUILDX_ARCH}.zip /tmp/pb.zip
|
||||
RUN unzip /tmp/pb.zip -d /pb/
|
||||
|
||||
FROM alpine:3.22.0
|
||||
FROM alpine:3.23.0
|
||||
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
|
||||
|
||||
EXPOSE 8090
|
||||
|
||||
Reference in New Issue
Block a user