Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #138 from planetf1/release-3.4
Browse files Browse the repository at this point in the history
odpi/egeria#5929 update Dockerfile for 3.4 in release-3.4
  • Loading branch information
planetf1 authored Dec 2, 2021
2 parents a863bb5 + 2efaf60 commit e789bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Thes are optional tags used to add additional metadata into the docker image
# These may be supplied by the pipeline in future - until then they will default

ARG egeriaversion=3.4-SNAPSHOT
ARG egeriaversion=3.4
ARG baseimage=docker.io/odpi/egeria

# DEFER setting this for now, using the ${version}:
Expand All @@ -16,7 +16,7 @@ ARG baseimage=docker.io/odpi/egeria

FROM ${baseimage}:${egeriaversion}

ARG connectorversion=3.4-SNAPSHOT
ARG connectorversion=3.4
ARG postgresurl=https://jdbc.postgresql.org/download/postgresql-42.2.23.jar

#ENV connectorversion ${connectorversion}
Expand Down

0 comments on commit e789bd1

Please sign in to comment.