Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/hitide profile 29 - update docker node version to 20.12.1 #33

Merged
merged 14 commits into from
Apr 9, 2024
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
### Changed
- feature-29: updated docker node version to 20.12.1 (the most current long term support version).
### Removed
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:20.12.1
LABEL org.opencontainers.image.source="https://github.com/podaac/hitide-profile"
RUN npm install forever -g

Expand Down
Loading