diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 7961ffa..8e49bf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 AS builder -ARG RELEASE_DATE=2023-09-17 -ARG RELEASE_VERSION=2.2.224 +ARG RELEASE_DATE=2024-08-11 +ARG RELEASE_VERSION=2.3.232 RUN apt-get update \ && apt-get install curl unzip -y \ diff --git a/README.md b/README.md index 828de37..c701e12 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ A Docker image for the [H2 Database Engine](http://www.h2database.com/). ## Versions -* **Version 2.2.224 (2023-09-17)**, the latest stable image, according to +* **Version 2.3.232 (2024-08-11)**, the latest stable image, according to [this page](http://www.h2database.com/html/download.html) +* **Version 2.2.224 (2023-09-17)** * **Version 2.1.214 (2022-06-13)** * **Version 1.4.195 (2017-04-23)** -## How to use this image +## How to use this image ```sh docker run --name my-h2 -d buildo/h2database