mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-10-14 20:02:00 -04:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM casjaysdevdocker/alpine:latest as build
|
FROM casjaysdevdocker/debian:latest as build
|
||||||
|
|
||||||
ENV VERSION="v1.23.3"
|
ENV VERSION="v1.23.3"
|
||||||
|
|
||||||
RUN apk --no-cache update
|
RUN apt update && apt upgrade -yy
|
||||||
|
|
||||||
COPY ./bin/. /usr/local/bin/
|
COPY ./bin/. /usr/local/bin/
|
||||||
COPY ./config/. /config/
|
COPY ./config/. /config/
|
||||||
|
Reference in New Issue
Block a user