Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
bump pinned version of python 3 on the VRF docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
seromenho committed Mar 1, 2023
1 parent 74828d6 commit 52fb183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/vrf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node@sha256:d39ab4712a8395d0b399dea44d9cb8b34ac942411b6a380449ebdb9d321136a3 as builder
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN apk add --no-cache --virtual .gyp python3=3.10.9-r0 make=4.3-r0 gcc=11.2.1_git20220219-r2 py3-pip=22.1.1-r0 g++=11.2.1_git20220219-r2
RUN apk add --no-cache --virtual .gyp python3=3.10.10-r0 make=4.3-r0 gcc=11.2.1_git20220219-r2 py3-pip=22.1.1-r0 g++=11.2.1_git20220219-r2
RUN npm install -g node-gyp
RUN npm install &&\
npm run build:proto &&\
Expand Down

0 comments on commit 52fb183

Please sign in to comment.