Skip to content

Commit

Permalink
chore(deps): swap base image to ubuntu:latest
Browse files Browse the repository at this point in the history
* Move from node image to ubuntu image.
* Bump ubuntu version to latest.
  • Loading branch information
aaronlifton committed Jun 17, 2024
1 parent fbd5644 commit ec3e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.2

FROM node:21.6.1-alpine AS runtime
FROM ubuntu:latest AS runtime
WORKDIR /app

ARG TURSO_DB_URL
Expand Down

0 comments on commit ec3e263

Please sign in to comment.