Skip to content

Commit

Permalink
Merge pull request #109 from C4illin/renovate/oven-bun-1.x
Browse files Browse the repository at this point in the history
chore(deps): update oven/bun docker tag to v1.1.22
  • Loading branch information
C4illin authored Aug 12, 2024
2 parents f7abb93 + c295e54 commit 6fb8ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.1.21-alpine as base
FROM oven/bun:1.1.22-alpine as base

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
WORKDIR /app

# install dependencies into temp directory
Expand Down

0 comments on commit 6fb8ca4

Please sign in to comment.