Skip to content

Commit

Permalink
#1 Update version (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored May 16, 2022
1 parent a6a9274 commit 156700b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG BASE_IMAGE=debian:11.3-slim@sha256:f75d8a3ac10acdaa9be6052ea5f28bcfa56015ff02298831994bd3e6d66f7e57
ARG BASE_IMAGE=debian:11.3-slim@sha256:fbaacd55d14bd0ae0c0441c2347217da77ad83c517054623357d1f9d07f79f5e

# -----------------------------------------------------------------------------
# Stage: db2_builder
# -----------------------------------------------------------------------------

FROM ${BASE_IMAGE} as db2_builder

ENV REFRESHED_AT=2022-05-09
ENV REFRESHED_AT=2022-05-16

LABEL Name="senzing/senzing-db2-builder" \
Version="1.0.3"
Expand All @@ -31,10 +31,10 @@ RUN unzip -d /tmp/extracted-jdbc /tmp/db2-jdbc-sqlj/jdbc_sqlj/db2_db2driver_for_
# Final stage
# -----------------------------------------------------------------------------

ARG BASE_IMAGE=debian:11.3-slim@sha256:f75d8a3ac10acdaa9be6052ea5f28bcfa56015ff02298831994bd3e6d66f7e57
ARG BASE_IMAGE=debian:11.3-slim@sha256:fbaacd55d14bd0ae0c0441c2347217da77ad83c517054623357d1f9d07f79f5e
FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2022-05-09
ENV REFRESHED_AT=2022-05-16

LABEL Name="senzing/db2-driver-installer" \
Maintainer="support@senzing.com" \
Expand Down

0 comments on commit 156700b

Please sign in to comment.