Skip to content

Commit ec3e263

Browse files
committed
chore(deps): swap base image to ubuntu:latest
* Move from node image to ubuntu image. * Bump ubuntu version to latest.
1 parent fbd5644 commit ec3e263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1.2
22

3-
FROM node:21.6.1-alpine AS runtime
3+
FROM ubuntu:latest AS runtime
44
WORKDIR /app
55

66
ARG TURSO_DB_URL

0 commit comments

Comments
 (0)