Skip to content

Commit

Permalink
#1 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed May 22, 2024
1 parent b8b8657 commit 7959a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=senzing/senzingapi-tools:3.9.0
ARG BASE_IMAGE=senzing/senzingapi-tools:3.10.1
ARG BASE_BUILDER_IMAGE=node:lts-buster-slim

ARG IMAGE_NAME="senzing/xterm"
Expand All @@ -13,7 +13,7 @@ FROM ${BASE_BUILDER_IMAGE} AS builder

# Set Shell to use for RUN commands in builder step.

ENV REFRESHED_AT=2024-03-19
ENV REFRESHED_AT=2024-05-22

# Run as "root" for system installation.

Expand Down Expand Up @@ -102,7 +102,7 @@ RUN pip3 install --upgrade pip \

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2024-03-19
ENV REFRESHED_AT=2024-05-22

ARG IMAGE_NAME
ARG IMAGE_MAINTAINER
Expand Down

0 comments on commit 7959a6e

Please sign in to comment.