Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from Senzing/issue-18.macy.1
Browse files Browse the repository at this point in the history
update to senzing-base:1.6.1
  • Loading branch information
SamMacy authored Aug 28, 2021
2 parents beeeb15 + c93f6a8 commit 99be481
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2021-08-05

### Added to 1.0.1

- Upgrade to senzing/senzing-base:1.6.1

## [1.0.0] - 2020-07-27

### Added to 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=senzing/senzing-base:1.5.2
ARG BASE_IMAGE=senzing/senzing-base:1.6.1
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.3

# -----------------------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ GIT_VERSION_LONG := $(shell git describe --always --tags --long --dirty)

# Docker.

#BASE_IMAGE ?= senzing/senzing-base:1.5.2
BASE_IMAGE ?= senzing/senzing-base:latest
BASE_IMAGE ?= senzing/senzing-base:1.6.1
BASE_BUILDER_IMAGE ?= senzing/base-image-debian:1.0.3
DOCKER_IMAGE_PACKAGE := $(GIT_REPOSITORY_NAME)-package:$(GIT_VERSION)
DOCKER_IMAGE_TAG ?= $(GIT_REPOSITORY_NAME):$(GIT_VERSION)
Expand Down

0 comments on commit 99be481

Please sign in to comment.