Skip to content

Commit

Permalink
Upgrade sqlite to 3.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Nov 8, 2024
1 parent 6d3427d commit 6dc577d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ RUN make && make install
# Needed by:
# - php
RUN LD_LIBRARY_PATH= yum install -y tcl
ENV VERSION_SQLITE=3.46.1
ENV VERSION_SQLITE=3.47.0
ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
RUN set -xe; \
mkdir -p ${SQLITE_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ RUN make && make install
# Needed by:
# - php
RUN LD_LIBRARY_PATH= yum install -y tcl
ENV VERSION_SQLITE=3.46.1
ENV VERSION_SQLITE=3.47.0
ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
RUN set -xe; \
mkdir -p ${SQLITE_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ RUN make && make install
# Needed by:
# - php
RUN LD_LIBRARY_PATH= yum install -y tcl
ENV VERSION_SQLITE=3.46.1
ENV VERSION_SQLITE=3.47.0
ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
RUN set -xe; \
mkdir -p ${SQLITE_BUILD_DIR}; \
Expand Down

0 comments on commit 6dc577d

Please sign in to comment.