Skip to content

Commit

Permalink
Merge pull request #197 from GrahamCampbell/sqlite
Browse files Browse the repository at this point in the history
Upgrade sqlite to 3.46.1
  • Loading branch information
mnapoli authored Aug 28, 2024
2 parents 6fd602b + 192f25c commit ed8feb5
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.0
ENV VERSION_SQLITE=3.46.1
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.0
ENV VERSION_SQLITE=3.46.1
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.0
ENV VERSION_SQLITE=3.46.1
ENV SQLITE_BUILD_DIR=${BUILD_DIR}/sqlite
RUN set -xe; \
mkdir -p ${SQLITE_BUILD_DIR}; \
Expand Down

0 comments on commit ed8feb5

Please sign in to comment.