Skip to content

Commit

Permalink
Merge pull request #43 from rokwire/develop
Browse files Browse the repository at this point in the history
merge develop into main
  • Loading branch information
stefanvit authored Jun 10, 2024
2 parents 3d6d94a + f15165e commit cca3fdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.5.0] - 2024-07-26
## [1.5.0] - 2024-06-10
### Added
- Fixed [#41](https://github.com/rokwire/wellness-building-block/issues/41)
### Added
- Remove user data [#38](https://github.com/rokwire/wellness-building-block/issues/38)

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN make

FROM alpine:3.17

#we need timezone database
RUN apk add --no-cache --update tzdata

COPY --from=builder /wellness-app/bin/wellness /
COPY --from=builder /wellness-app/docs/swagger.yaml /docs/swagger.yaml

Expand Down

0 comments on commit cca3fdc

Please sign in to comment.