We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca15c5 commit e0af9cdCopy full SHA for e0af9cd
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.4.1] - 2024-02-27
9
+
10
+### Changed
11
12
+- Use the alpine `bun` image to half the image size.
13
14
## [1.4.0] - 2024-02-27
15
16
### Changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM oven/bun:1 as base
+FROM oven/bun:1-alpine as base
2
3
WORKDIR /app
4
COPY package.json bun.lockb /app/
package.json
@@ -1,5 +1,5 @@
{
- "version": "1.4.0",
+ "version": "1.4.1",
"license": "MIT",
"type": "module",
"main": "./src/index.ts",
0 commit comments