Skip to content

Commit 2173f99

Browse files
latest
1 parent c5a7d28 commit 2173f99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN echo "**** install runtime dependencies ****" && \
5454
libatomic1 \
5555
nano \
5656
net-tools \
57-
netcat-traditional \
57+
netcat-openbsd \
5858
sudo && \
5959
\
6060
echo "**** install code-server ****" && \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
docker-code-server:
4-
image: "${ECR_ACCOUNT_ID:-0123456789012}.dkr.ecr-fips.${ECR_REGION}.amazonaws.com/docker-code-server:${IMAGE_TAG:-local}"
4+
image: "${ECR_ACCOUNT_ID:-0123456789012}.dkr.ecr-fips.${ECR_REGION}.amazonaws.com/docker-code-server:${IMAGE_TAG:-latest}"
55
pull_policy: build
66
build:
77
context: .

0 commit comments

Comments
 (0)