Skip to content

Commit

Permalink
chore(deps): bump oven/bun from 1.1.30-alpine to 1.1.33-alpine in /bun (
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Oct 29, 2024
2 parents 7b79d1c + c8d956d commit d3c2b73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bun/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM docker.io/oven/bun:1.1.30-alpine
FROM docker.io/oven/bun:1.1.33-alpine

ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/bun" \
org.opencontainers.image.description="An all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/oven/bun:1.1.30-alpine" \
org.opencontainers.image.version="1.1.30" \
org.opencontainers.image.ref.name="1.1.30" \
org.opencontainers.image.base.name="docker.io/oven/bun:1.1.33-alpine" \
org.opencontainers.image.version="1.1.33" \
org.opencontainers.image.ref.name="1.1.33" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand All @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/bun" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/bun" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/bun" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="1.1.30" \
cloud.alwatr.image.version.full="1.1.33" \
cloud.alwatr.image.version.short="1"

0 comments on commit d3c2b73

Please sign in to comment.