Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/tpv2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN openssl genrsa -passout pass:x -out server.pass.key 2048 && \
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt && \
openssl rand 32 | base64 > /aes.key

FROM node:alpine AS tpv2-dev
FROM node:14-bullseye AS tpv2-dev

ENV TC="/root/go/src/github.com/apache/trafficcontrol/"
VOLUME /root/go/src/github.com/apache/trafficcontrol
Expand Down
2 changes: 1 addition & 1 deletion dev/traffic_portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN openssl genrsa -passout pass:x -out server.pass.key 2048 && \
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt && \
openssl rand 32 | base64 > /aes.key

FROM node:alpine AS trafficportal-dev
FROM node:14-bullseye AS trafficportal-dev

ENV TC="/root/go/src/github.com/apache/trafficcontrol/"
VOLUME /root/go/src/github.com/apache/trafficcontrol
Expand Down