Skip to content

Commit c74a271

Browse files
chore(deps): update all dependencies
1 parent 8ceffa0 commit c74a271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
name: postgrest-ubuntu-aarch64
150150
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
151-
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
151+
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
152152
with:
153153
username: ${{ vars.DOCKER_USER }}
154154
password: ${{ secrets.DOCKER_PASS }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The x86-64 is a single-static-binary image built via Nix, see:
33
# nix/tools/docker/README.md
44

5-
FROM ubuntu:noble@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc AS postgrest
5+
FROM ubuntu:noble@sha256:47d12cfcd8a60e27ffe5cb3471487c491ab2093acd8daeee9751c250a3a10c54 AS postgrest
66

77
RUN apt-get update -y \
88
&& apt install -y --no-install-recommends libpq-dev zlib1g-dev jq gcc libnuma-dev \

0 commit comments

Comments
 (0)