Skip to content

Commit 9cc0ab9

Browse files
committed
Update Bun version to 1.3.3 in Dockerfile
1 parent e3878ff commit 9cc0ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
88
# Set versions for our tools as arguments
99
ARG HUGO_VERSION=0.152.2
1010
ARG DART_SASS_VERSION=1.93.2
11-
ARG BUN_VERSION=1.3.2
11+
ARG BUN_VERSION=1.3.3
1212

1313
# 1. Install base dependencies
1414
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)