Skip to content

Commit

Permalink
#1 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jun 15, 2023
1 parent 5340365 commit d14cf5a
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
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=debian:11.7-slim@sha256:7606bef5684b393434f06a50a3d1a09808fee5a0240d37da5d181b1b121e7637
ARG BASE_IMAGE=debian:11.7-slim@sha256:924df86f8aad741a0134b2de7d8e70c5c6863f839caadef62609c1be1340daf5
FROM ${BASE_IMAGE}

# Create the build image.
Expand All @@ -8,7 +8,7 @@ ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.5.3-23152"
ARG SENZING_APT_REPOSITORY_NAME="senzingrepo_1.0.1-1_amd64.deb"
ARG SENZING_APT_REPOSITORY_URL="https://senzing-production-apt.s3.amazonaws.com"

ENV REFRESHED_AT=2023-06-06
ENV REFRESHED_AT=2023-06-15

ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \
SENZING_APT_INSTALL_PACKAGE=${SENZING_APT_INSTALL_PACKAGE} \
Expand Down

0 comments on commit d14cf5a

Please sign in to comment.