We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1201b41 commit 5d6f1a8Copy full SHA for 5d6f1a8
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.3-alpine AS builder
+FROM ruby:3.4-alpine AS builder
2
3
RUN apk update && \
4
apk add --no-cache build-base
@@ -7,7 +7,7 @@ COPY version.yaml /version.yaml
7
COPY install.rb /install.rb
8
RUN ruby install.rb
9
10
-FROM ruby:3.3-alpine
+FROM ruby:3.4-alpine
11
12
COPY --from=builder /usr/local/bundle /usr/local/bundle
13
version.yaml
-rggen: 0.33.4
-rggen-verilog: 0.11.1
-rggen-veryl: 0.1.0
-rggen-vhdl: 0.10.1
+rggen: 0.34.0
+rggen-verilog: 0.12.0
+rggen-veryl: 0.2.0
+rggen-vhdl: 0.11.0
0 commit comments