Skip to content

Commit e0af9cd

Browse files
committed
use alpine image
1 parent 3ca15c5 commit e0af9cd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.1] - 2024-02-27
9+
10+
### Changed
11+
12+
- Use the alpine `bun` image to half the image size.
13+
814
## [1.4.0] - 2024-02-27
915

1016
### Changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1 as base
1+
FROM oven/bun:1-alpine as base
22

33
WORKDIR /app
44
COPY package.json bun.lockb /app/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0",
2+
"version": "1.4.1",
33
"license": "MIT",
44
"type": "module",
55
"main": "./src/index.ts",

0 commit comments

Comments
 (0)