Skip to content

Commit

Permalink
Merge pull request #43 from ZOO-Project/snyk-fix-290f3ededca4a9ad83fc…
Browse files Browse the repository at this point in the history
…66367257de98

[Snyk] Security upgrade alpine from 3.15 to 3.16
  • Loading branch information
gfenoy committed Mar 30, 2023
2 parents a36cbd2 + 766f625 commit eaf8b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/websocketd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
ADD . /websocketd
RUN apk update && apk add --no-cache unzip curl python3 \
&& if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi \
Expand Down

0 comments on commit eaf8b3e

Please sign in to comment.