Skip to content

Commit

Permalink
update baseimage to 4.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Jun 25, 2023
1 parent 6c5e017 commit 04ed8f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jarischaefer/baseimage-librenms:4.0-2
FROM jarischaefer/baseimage-librenms:4.0-3

EXPOSE 80 443

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm32v7 jarischaefer/baseimage-librenms:4.0-2-arm32v7
FROM --platform=linux/arm32v7 jarischaefer/baseimage-librenms:4.0-3-arm32v7
ADD qemu-arm-static /usr/bin

EXPOSE 80 443
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/arm64v8 jarischaefer/baseimage-librenms:4.0-2-arm64v8
FROM --platform=linux/arm64v8 jarischaefer/baseimage-librenms:4.0-3-arm64v8
ADD qemu-aarch64-static /usr/bin

EXPOSE 80 443
Expand Down

0 comments on commit 04ed8f9

Please sign in to comment.