diff --git a/CHANGELOG.md b/CHANGELOG.md index a99e350..cc8406a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [2.0.36] - 2023-08-02 +### Changed +- Fixed docker build process and upgraded to Node18. + ## [2.0.35] - 2023-08-02 ### Removed - Docker arm32/v7 images because the base image does not support it anymore: https://www.linuxserver.io/blog/a-farewell-to-arm-hf diff --git a/Dockerfile b/Dockerfile index 80b6daa..60d217f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - Build the frontend -FROM node:16-alpine3.18 AS node-build-env +FROM node:18-alpine3.18 AS node-build-env ARG TARGETPLATFORM ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64} ARG BUILDPLATFORM @@ -8,7 +8,7 @@ ENV BUILDPLATFORM=${BUILDPLATFORM:-linux/amd64} RUN mkdir /appclient WORKDIR /appclient -RUN apk add --no-cache git +RUN apk add --no-cache git python3 py3-pip make g++ RUN \ echo "**** Cloning Source Code ****" && \ diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 573c77e..939c0b8 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout