all repos — website @ 22bf77ae194a481f467080dba73cebc55e787b67

My website

Update dependencies

Alan Pearce
commit

22bf77ae194a481f467080dba73cebc55e787b67

parent

7321e667e9bdd429133591acd004d31e6d4b754c

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M DockerfileDockerfile
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1 # Adjust BUN_VERSION as desired -ARG BUN_VERSION=1.0.12 +ARG BUN_VERSION=1.0.36 FROM oven/bun:${BUN_VERSION} as base LABEL fly_launch_runtime="Bun"
@@ -36,7 +36,7 @@
ENV NODE_ENV=production RUN [ "bun", "install", "--production", "--ci" ] -FROM alpine:20230901 as postprocess +FROM alpine:20240329 as postprocess RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories