Skip to content

Commit

Permalink
fix duckdb#1472: update duckdb/wasm-ci's base ubuntu image to 23.10 (d…
Browse files Browse the repository at this point in the history
…uckdb#1473)

Co-authored-by: alankldeng <alankldeng@tencent.com>
  • Loading branch information
2 people authored and vpbs2 committed Jul 1, 2024
1 parent cd63d71 commit 4158c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.10
FROM ubuntu:23.10

RUN apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand Down

0 comments on commit 4158c4a

Please sign in to comment.