Skip to content

Commit

Permalink
Bump SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Dec 30, 2022
1 parent f73c6eb commit 13733cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/langs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ G

[SQL]
size = '1.11 MiB'
version = '3.40.0'
version = '3.40.1'
website = 'https://sqlite.org'
example = '''
-- Printing
Expand Down
2 changes: 1 addition & 1 deletion langs/sql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.17 as builder

RUN apk add --no-cache curl gcc musl-dev

RUN curl https://www.sqlite.org/2022/sqlite-autoconf-3400000.tar.gz \
RUN curl https://www.sqlite.org/2022/sqlite-autoconf-3400100.tar.gz \
| tar xz --strip 1

COPY sql.c /
Expand Down

0 comments on commit 13733cf

Please sign in to comment.