File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
with :
149
149
name : postgrest-ubuntu-aarch64
150
150
- 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
152
152
with :
153
153
username : ${{ vars.DOCKER_USER }}
154
154
password : ${{ secrets.DOCKER_PASS }}
Original file line number Diff line number Diff line change 2
2
# The x86-64 is a single-static-binary image built via Nix, see:
3
3
# nix/tools/docker/README.md
4
4
5
- FROM ubuntu:noble@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc AS postgrest
5
+ FROM ubuntu:noble@sha256:47d12cfcd8a60e27ffe5cb3471487c491ab2093acd8daeee9751c250a3a10c54 AS postgrest
6
6
7
7
RUN apt-get update -y \
8
8
&& apt install -y --no-install-recommends libpq-dev zlib1g-dev jq gcc libnuma-dev \
You can’t perform that action at this time.
0 commit comments