We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3878ff commit 9cc0ab9Copy full SHA for 9cc0ab9
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
8
# Set versions for our tools as arguments
9
ARG HUGO_VERSION=0.152.2
10
ARG DART_SASS_VERSION=1.93.2
11
-ARG BUN_VERSION=1.3.2
+ARG BUN_VERSION=1.3.3
12
13
# 1. Install base dependencies
14
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments