Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Oct 27, 2024
1 parent 7ed7309 commit 6810ec7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion php/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.1.29
ARG PHP_VERSION=8.1.30
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
Expand Down
2 changes: 1 addition & 1 deletion php/8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.2.23
ARG PHP_VERSION=8.2.24
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
Expand Down
2 changes: 1 addition & 1 deletion php/8.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM 1maa/alpine:latest AS build

ARG PHP_VERSION=8.3.11
ARG PHP_VERSION=8.3.12
ARG SECP256K1_NOSTR_EXT_VERSION=v0.1.3

ENV CFLAGS="-Os -march=x86-64"
Expand Down
4 changes: 2 additions & 2 deletions postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN make -C postgresql-${POSTGRES_VERSION} world -j$(nproc) \
FROM 1maa/alpine:latest AS postgis

ARG PGTAP_VERSION=1.3.3
ARG POSTGIS_VERSION=3.4.2
ARG POSTGIS_VERSION=3.5.0

WORKDIR /tmp

Expand Down Expand Up @@ -95,7 +95,7 @@ COPY --from=postgis /usr/local/bin/shp2pgsql /usr/local/bin
COPY --from=postgis /usr/local/lib/postgis-3.so /usr/local/lib
COPY --from=postgis /usr/local/lib/postgis_raster-3.so /usr/local/lib
COPY --from=postgis /usr/local/lib/postgis_topology-3.so /usr/local/lib
COPY --from=postgis /usr/local/share/contrib/postgis-3.4 /usr/local/share/contrib/postgis-3.4
COPY --from=postgis /usr/local/share/contrib/postgis-3.5 /usr/local/share/contrib/postgis-3.5
COPY --from=cleanup /tmp /usr/local/share/extension

COPY docker-entrypoint.sh /usr/local/bin
Expand Down

0 comments on commit 6810ec7

Please sign in to comment.