Skip to content

Commit eb36e7f

Browse files
committed
Bump Alpine Linux in Docker final stage
Commit 37c9838 ("Bump Alpine Linux for Docker image") updated only the build stage but left the final stage unchanged. This commit completes the version bump by upgrading the final stage as well.
1 parent d0f0394 commit eb36e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . .
1010
RUN make
1111
RUN make tool
1212

13-
FROM alpine:3.19 AS final
13+
FROM alpine:3.21 AS final
1414

1515
# copy in elf files
1616
COPY ./build/*.elf /home/root/rv32emu/build/

0 commit comments

Comments
 (0)