Skip to content

Commit d578312

Browse files
Update apps/playground/Dockerfile
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 843ddeb commit d578312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/playground/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#The following Dockerfile uses a two stage build which first builds the playground and then copies it into the another caddy image to serve it
22

33
#use the apline contianer to build odc
4-
FROM alpine:latest AS builder
4+
FROM alpine:3.19 AS builder
55

66
#install nodejs and required dependencies
77
#RUN apk add --no-cache curl git build-base python3 nodejs-current npm bash openssl

0 commit comments

Comments
 (0)