Skip to content

Commit

Permalink
chore: update deps in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 1, 2024
1 parent b51d0ce commit 19d9b77
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10-alpine AS builder
FROM node:22.11-alpine AS builder

RUN apk add git

Expand All @@ -25,7 +25,7 @@ COPY --chown=node ./.git ./.git

RUN npm run build

FROM nginx:1.26-alpine
FROM nginx:1.27-alpine3.20-slim

WORKDIR /etc/nginx/conf.d

Expand Down
2 changes: 1 addition & 1 deletion blog/2024-11-01-release-0.16/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: nanocl-0.16
title: Introducing Nanocl 0.16
description: Nanocl 0.16 is here with a range of changes and improvements across the Nanocl ecosystem. Dive into the details!
image: /img/logo.png
image: /img/cloud.webp
authors: [leone]
tags: [nanocl, release, 0.16]
keywords: [containerization, Docker, Kubernetes, Nanocl, NGINX, software development, deployment, release, 0.16]
Expand Down
Loading

0 comments on commit 19d9b77

Please sign in to comment.