Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 18, 2023
1 parent e0ebbb0 commit ecb48ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:18-alpine as react-build
FROM node:20-alpine as react-build
WORKDIR /app
COPY . ./
RUN npm install
Expand Down

0 comments on commit ecb48ef

Please sign in to comment.