Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Honarvar <[email protected]>
  • Loading branch information
mohammadhonarvar authored Oct 10, 2024
1 parent caec593 commit 43edbf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.0.35-alpine" \
org.opencontainers.image.version="1.0.35" \
org.opencontainers.image.ref.name="1.0.35" \
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.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.0.35" \
cloud.alwatr.image.version.full="1.1.30" \
cloud.alwatr.image.version.short="1"

0 comments on commit 43edbf2

Please sign in to comment.