Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV LLHTTP_VERSION=v9.3.1
# renovate: datasource=github-tags depName=nanodbc/nanodbc
ENV NANODBC_VERSION=v2.14.0
# renovate: datasource=github-releases depName=libressl/portable
ENV LIBRESSL_VERSION=v4.2.1
ENV LIBRESSL_VERSION=v4.3.2

RUN \
git clone https://github.com/ada-url/ada.git --depth 1 -b "${LIBADA_VERSION}" && \
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
# renovate: datasource=github-tags depName=nanodbc/nanodbc
NANODBC_VERSION: v2.14.0
# renovate: datasource=github-releases depName=libressl/portable
LIBRESSL_VERSION: v4.2.1
LIBRESSL_VERSION: v4.3.2

- name: Install libada
shell: bash
Expand Down
Loading