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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down