fix: pin alpine version to 3.18 and add healthchecks

This commit is contained in:
Rainer Killinger
2024-03-06 11:45:40 +01:00
parent d36d9596fc
commit 689ac68be3
7 changed files with 17 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18-alpine3.18
RUN apk update && apk add git curl jq && mkdir -p /opt

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18-alpine3.18
RUN apk update && apk add git jq curl python3 build-base