Skip to content

Commit

Permalink
Change docker base image in Profile and Logging Building Blocks (#522)
Browse files Browse the repository at this point in the history
* changed the docker base image

* updated changelog

Co-authored-by: Sandeep Puthanveetil Satheesan <[email protected]>
  • Loading branch information
ywkim312 and sandeep-ps authored Jul 29, 2020
1 parent 3b1b35f commit c3f2c98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update Appconfig Building Block docker base image. [#515](https://github.com/rokwire/rokwire-building-blocks-api/issues/515)
- Update Authentication Building Block docker base image. [#517](https://github.com/rokwire/rokwire-building-blocks-api/issues/517)
- Update Authentication Building Block README [#519](https://github.com/rokwire/rokwire-building-blocks-api/issues/519)
- Changed docker base image for Profile and Logging Building Block. [#521](https://github.com/rokwire/rokwire-building-blocks-api/issues/521)

### Removed
- rokwire.yaml file and deployment scripts that were not getting used. [#486](https://github.com/rokwire/rokwire-building-blocks-api/issues/486)
Expand Down
2 changes: 1 addition & 1 deletion loggingservice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3-alpine3.11

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion profileservice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3-alpine3.11

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit c3f2c98

Please sign in to comment.