Skip to content
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 .devcontainer/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
#TODO: Your other containers go here!

dev:
image: jeffersonlab/java-devcontainer:1.0.2
image: jeffersonlab/java-devcontainer:latest
hostname: dev
container_name: dev
volumes:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy

RUN cd /tmp \
&& apt update \
&& apt install -y curl git openjdk-17-jdk zip unzip tini \
&& apt install -y curl git vim openjdk-17-jdk zip unzip tini \
&& apt clean \
&& curl -o /usr/local/share/ca-certificates/customcert.crt http://pki.jlab.org/JLabCA.crt \
&& update-ca-certificates \
Expand Down