Fix clixon test container to alpine 3.19

Affects make test and action regressions
Some issue with alpine 3.20, probably openssl 3.3 enforcing cert usage fields
This commit is contained in:
Olof hagsand 2024-05-28 16:40:25 +02:00
parent b8599558d4
commit a194c049c7
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
# ***** END LICENSE BLOCK *****
#
FROM alpine
FROM alpine:3.19
MAINTAINER Olof Hagsand <olof@hagsand.se>
# For clixon and cligen
@ -124,7 +124,7 @@ RUN git clone https://github.com/clicon/mib-yangs.git /usr/local/share/mib-yangs
#
# Stage 2
# The second step skips the development environment and builds a runtime system
FROM alpine
FROM alpine:3.19
MAINTAINER Olof Hagsand <olof@hagsand.se>
# For clixon and cligen