Skip to content

Commit 5d6f1a8

Browse files
update RgGen to 0.34.0
1 parent 1201b41 commit 5d6f1a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3-alpine AS builder
1+
FROM ruby:3.4-alpine AS builder
22

33
RUN apk update && \
44
apk add --no-cache build-base
@@ -7,7 +7,7 @@ COPY version.yaml /version.yaml
77
COPY install.rb /install.rb
88
RUN ruby install.rb
99

10-
FROM ruby:3.3-alpine
10+
FROM ruby:3.4-alpine
1111

1212
COPY --from=builder /usr/local/bundle /usr/local/bundle
1313

version.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rggen: 0.33.4
2-
rggen-verilog: 0.11.1
3-
rggen-veryl: 0.1.0
4-
rggen-vhdl: 0.10.1
1+
rggen: 0.34.0
2+
rggen-verilog: 0.12.0
3+
rggen-veryl: 0.2.0
4+
rggen-vhdl: 0.11.0

0 commit comments

Comments
 (0)