Skip to content

Commit

Permalink
fix: jammy-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Aug 16, 2024
1 parent 97f6b72 commit 8f29183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 18/jammy-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM riscv64/ubuntu:jammy-slim
FROM riscv64/ubuntu:jammy

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
Expand Down
2 changes: 1 addition & 1 deletion 20/jammy-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM riscv64/ubuntu:jammy-slim
FROM riscv64/ubuntu:jammy

RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
Expand Down

0 comments on commit 8f29183

Please sign in to comment.