Skip to content

Commit

Permalink
github-util: Update FROM version (#60)
Browse files Browse the repository at this point in the history
* #1 Update version

* Fix pylint issue
  • Loading branch information
docktermj authored Nov 15, 2023
1 parent 4cea82a commit 74bdc41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ disable=
unused-argument,
unused-import,
unused-variable,
used-before-assignment,
good-names=
template-python
ignore=
Expand Down
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.7-slim@sha256:c618be84fc82aa8ba203abbb07218410b0f5b3c7cb6b4e7248fda7785d4f9946
ARG BASE_IMAGE=debian:11.8-slim@sha256:19664a5752dddba7f59bb460410a0e1887af346e21877fa7cec78bfd3cb77da5

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

FROM ${BASE_IMAGE} as db2_builder

ENV REFRESHED_AT=2023-09-29
ENV REFRESHED_AT=2023-11-14

LABEL Name="senzing/senzing-db2-builder" \
Version="1.0.5"
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.7-slim@sha256:c618be84fc82aa8ba203abbb07218410b0f5b3c7cb6b4e7248fda7785d4f9946
ARG BASE_IMAGE=debian:11.8-slim@sha256:19664a5752dddba7f59bb460410a0e1887af346e21877fa7cec78bfd3cb77da5
FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2023-09-29
ENV REFRESHED_AT=2023-11-14

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

0 comments on commit 74bdc41

Please sign in to comment.