Skip to content
Snippets Groups Projects
Commit d48bb9fb authored by Alejandro Tjaarda's avatar Alejandro Tjaarda
Browse files

switch: bug fix dockerfile

Ubuntu latest pointed to v24, which has issues with some packages. changed to v22.
parent b48e621b
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
......@@ -6,7 +6,7 @@ COPY ./src/switch/ ./
RUN go build -v -o /usr/local/bin/ned-server ./cmd/ned-server
FROM ubuntu:latest
FROM ubuntu:jammy
WORKDIR /usr/local/bin
......
......@@ -6,7 +6,7 @@ COPY ./src/switch/ ./build/switch/build-go.sh ./
RUN chmod +x ./build-go.sh && ./build-go.sh
FROM ubuntu:latest
FROM ubuntu:jammy
WORKDIR /usr/local/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment