Skip to content

Commit

Permalink
Images upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschampagne committed May 2, 2024
1 parent fefa665 commit 6305b47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions filebrowser/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OCI_BASE_IMAGE=filebrowser/filebrowser:v2.27.0
ARG OCI_BASE_IMAGE=filebrowser/filebrowser:v2.29.0
ARG OCI_BASE_IMAGE_URL=https://hub.docker.com/r/filebrowser/filebrowser
ARG OCI_TITLE=oci-filebrowser-image
ARG OCI_DESCRIPTION="Web-based File Manager"
Expand Down Expand Up @@ -45,4 +45,4 @@ ARG ALT_USER_ID=1000
# Run upgrades
RUN apk update && apk --no-cache upgrade && \
# Create oci user
adduser ${ALT_USER_NAME} -u ${ALT_USER_ID} -g ${ALT_USER_NAME} -H -D && echo "User ${ALT_USER_NAME} (id: ${ALT_USER_ID}) created"
adduser ${ALT_USER_NAME} -u ${ALT_USER_ID} -g ${ALT_USER_NAME} -H -D && echo "User ${ALT_USER_NAME} (id: ${ALT_USER_ID}) created"
2 changes: 1 addition & 1 deletion homeassistant/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OCI_BASE_IMAGE=homeassistant/home-assistant:2024.2.5
ARG OCI_BASE_IMAGE=homeassistant/home-assistant:2024.4.4
ARG OCI_BASE_IMAGE_URL=https://hub.docker.com/r/homeassistant/home-assistant
ARG OCI_TITLE=oci-homeassistant-image
ARG OCI_DESCRIPTION="Open Source Home Automation"
Expand Down
2 changes: 1 addition & 1 deletion zigbee2mqtt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OCI_BASE_IMAGE=koenkk/zigbee2mqtt:1.35.3
ARG OCI_BASE_IMAGE=koenkk/zigbee2mqtt:1.36.1
ARG OCI_BASE_IMAGE_URL=https://hub.docker.com/r/koenkk/zigbee2mqtt
ARG OCI_TITLE=oci-zigbee2mqtt-image
ARG OCI_DESCRIPTION="Zigbee to MQTT bridge"
Expand Down

0 comments on commit 6305b47

Please sign in to comment.