Skip to content

Commit

Permalink
Update base image to Alpine 3.19.0 (#3)
Browse files Browse the repository at this point in the history
* Update base image to node 20 Alpine 3.19.0
  • Loading branch information
pgschk authored Jan 9, 2024
1 parent 1f9a092 commit 3f097bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG NODE_HASH=d016f19a31ac259d78dc870b4c78132cf9e52e89339ff319bdd9999912818f4a
ARG NODE_HASH=e96618520c7db4c3e082648678ab72a49b73367b9a1e7884cf75ac30a198e454
# node:20-alpine@sha256:e96618520c7db4c3e082648678ab72a49b73367b9a1e7884cf75ac30a198e454 (Alpine 3.19.0)

FROM node:20-alpine@sha256:${NODE_HASH} as builder
FROM node:20-alpine@sha256:${NODE_HASH} AS builder

WORKDIR /usr/src/app
ADD foundry-instructions foundry-instructions
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Docker publish](https://github.com/pgschk/foundryvtt-containerized/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/pgschk/foundryvtt-containerized/actions/workflows/docker-publish.yml)
[![ghcr publish](https://github.com/pgschk/foundryvtt-containerized/actions/workflows/ghcr-publish.yml/badge.svg)](https://github.com/pgschk/foundryvtt-containerized/actions/workflows/ghcr-publish.yml)
[![Container CI](https://github.com/pgschk/foundryvtt-containerized/actions/workflows/container-publish.yml/badge.svg)](https://github.com/pgschk/foundryvtt-containerized/actions/workflows/container-publish.yml)
![GitHub release (with filter)](https://img.shields.io/github/v/release/pgschk/foundryvtt-containerized)
[![Daily Vulnerability Scan](https://github.com/pgschk/foundryvtt-containerized/actions/workflows/trivy-schedule.yml/badge.svg)](https://github.com/pgschk/foundryvtt-containerized/actions/workflows/trivy-schedule.yml)

Expand Down

0 comments on commit 3f097bd

Please sign in to comment.