Skip to content

Commit

Permalink
Update to ora2pg 20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy-Incognito committed Mar 1, 2019
1 parent d5815ff commit 9c966ae
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=19.1
ARG ORA2PG_VERSION=20.0

# 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 @@ -5,6 +5,7 @@
* 18.2 [Dockerfile](https://github.com/Guy-Incognito/ora2pg/blob/18.2/Dockerfile) Uses ora2pg version [18.2](https://github.com/darold/ora2pg/releases/tag/v18.2)
* 19.0 [Dockerfile](https://github.com/Guy-Incognito/ora2pg/blob/19.0/Dockerfile) Uses ora2pg version [19.0](https://github.com/darold/ora2pg/releases/tag/v19.0)
* 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)

## Introduction

Expand Down

0 comments on commit 9c966ae

Please sign in to comment.