Skip to content

Commit

Permalink
Update Dockerfile - include 1.12 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann authored Oct 28, 2024
1 parent 551a266 commit d85927a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledgersmb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:trixie
LABEL maintainer="Freelock [email protected]"

ARG DEBIAN_FRONTEND=noninteractive
ARG branches="1.8,1.9,1.10,1.11,master"
ARG branches="1.8,1.9,1.10,1.11,1.12,master"
ARG NODE_MAJOR=20
# 1.9 started using webpack. as soon as we drop 1.8, we can
# drop installing 'uglify'
Expand Down

0 comments on commit d85927a

Please sign in to comment.