Skip to content

Commit

Permalink
Update to ora2pg 21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Moser committed Apr 26, 2021
1 parent a4927cc commit 11c2d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM perl:slim

ARG ORA2PG_VERSION=21.0
ARG ORA2PG_VERSION=21.1

# ugly fix for "update-alternatives" missing directories in slim image
RUN mkdir -p /usr/share/man/man1 &&\
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* 19.1 [Dockerfile](https://github.com/Guy-Incognito/ora2pg/blob/19.1/Dockerfile) Uses ora2pg version [19.1](https://github.com/darold/ora2pg/releases/tag/v19.1)
* 20.0 [Dockerfile](https://github.com/Guy-Incognito/ora2pg/blob/20.0/Dockerfile) Uses ora2pg version [20.0](https://github.com/darold/ora2pg/releases/tag/v20.0)
* 21.0 [Dockerfile](https://github.com/Guy-Incognito/ora2pg/blob/21.0/Dockerfile) Uses ora2pg version [21.0](https://github.com/darold/ora2pg/releases/tag/v21.0)
* 21.1 [Dockerfile](https://github.com/Guy-Incognito/ora2pg/blob/21.1/Dockerfile) Uses ora2pg version [21.1](https://github.com/darold/ora2pg/releases/tag/v21.1)

## Introduction

Expand Down

0 comments on commit 11c2d82

Please sign in to comment.