mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-06 19:46:44 +03:00
fix: update base image version in Dockerfile and remove cron installation
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# syntax=docker/dockerfile:1.4
|
# syntax=docker/dockerfile:1.4
|
||||||
|
|
||||||
FROM oven/bun:1.2.9-alpine AS base
|
FROM oven/bun:1.2.14-alpine AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite openssl cron
|
RUN apk add --no-cache libc6-compat python3 make g++ gcc wget sqlite openssl
|
||||||
|
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
|
|||||||
Reference in New Issue
Block a user