mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-12-21 15:36:23 +00:00
use alpine image
This commit is contained in:
parent
3ca15c532f
commit
e0af9cd82e
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.4.1] - 2024-02-27
|
||||
|
||||
### Changed
|
||||
|
||||
- Use the alpine `bun` image to half the image size.
|
||||
|
||||
## [1.4.0] - 2024-02-27
|
||||
|
||||
### Changed
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM oven/bun:1 as base
|
||||
FROM oven/bun:1-alpine as base
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lockb /app/
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user