Skip to content

Commit

Permalink
Bump alpine to 3.17.3
Browse files Browse the repository at this point in the history
Bump to newer version of alpine:
https://www.alpinelinux.org/posts/Alpine-3.17.3-released.html

JIRA:LIGHTY-209
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
  • Loading branch information
Tobianas committed Apr 4, 2023
1 parent ea9b863 commit 44e2c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighty-rnc-app/simulator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.2 as clone
FROM alpine:3.17.3 as clone
RUN apk add git
WORKDIR /netconf-simulator
RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.2.0
Expand Down

0 comments on commit 44e2c50

Please sign in to comment.