Skip to content

Commit

Permalink
Merge pull request #555 from commons-stack/upgrade/caddy_2_5_2
Browse files Browse the repository at this point in the history
Upgrade/caddy 2.5.2
  • Loading branch information
kristoferlund authored Aug 23, 2022
2 parents 32e8208 + 1af74a9 commit 485382c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Refactored some of the UI componentsb #537 #482
- Refactored some of the UI components to bet #537 #482
- Allow header banner messages to be closed #528 #541
- Re-introduces the enforcement of validation rules when creating periods. New periods must be created at least 7 days after the previous/latest period. #518 #550
- **Frontend:** Upgraded Caddy, the web servers that serves the frontend to v2.5.2. The upgrade amongst others resolves a minor security vulnerability.

## [0.10.0] - 2022-07-01

Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN yarn workspace api build
RUN yarn workspace frontend build

# note: never use the :latest tag in a production site
FROM caddy:2.4.6-alpine
FROM caddy:2.5.2-alpine

COPY ./packages/frontend/Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /usr/src/packages/frontend/build /var/www/praise

0 comments on commit 485382c

Please sign in to comment.