Skip to content

Commit

Permalink
feat: fixed alpine version like 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin committed Jan 6, 2024
1 parent d68908c commit 9c0a1ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homebridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.18

RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 \
&& apk add --no-cache nodejs npm openssl avahi-compat-libdns_sd avahi-dev dbus
Expand Down
2 changes: 1 addition & 1 deletion mosquitto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.18

RUN apk add --no-cache mosquitto mosquitto-clients tzdata

Expand Down
2 changes: 1 addition & 1 deletion nodered/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.18

RUN apk add --no-cache --virtual .build-deps make gcc g++ python3 krb5-dev zeromq-dev \
&& apk add --no-cache nodejs npm openssl
Expand Down

0 comments on commit 9c0a1ce

Please sign in to comment.