Skip to content

Commit

Permalink
#15 Prepare for versioned release (#16)
Browse files Browse the repository at this point in the history
* #15 Prepare for versioned release

* #15 Prepare for versioned release
  • Loading branch information
docktermj authored Jan 17, 2024
1 parent e267cd3 commit 12f035f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
with:
image-repository: senzing/wrap-image-with-mysql
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
platforms: linux/amd64
username: ${{ secrets.DOCKERHUB_USERNAME }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [1.0.2] - 2024-01-17

### Added to 1.0.1

- Fix (another) issue with apt update

## [1.0.1] - 2023-03-15

### Added to 1.0.1
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ USER root

# Install packages via apt-get.

RUN apt-get update \
&& apt-get -y install \
wget
RUN chmod 777 /tmp \
&& apt update \
&& apt -y install wget

# MySQL support

Expand Down

0 comments on commit 12f035f

Please sign in to comment.