diff --git a/theia-jepst/Dockerfile b/theia-jepst/Dockerfile index 25bf228..7ba7bca 100644 --- a/theia-jepst/Dockerfile +++ b/theia-jepst/Dockerfile @@ -23,7 +23,7 @@ RUN set -ex; \ \ fi -ENV GO_VERSION=1.19 \ +ENV GO_VERSION=1.21.0 \ GOOS=linux \ GOARCH=amd64 \ GOROOT=/opt/go \ diff --git a/theia-procdesign/Dockerfile b/theia-procdesign/Dockerfile index e0ce5d7..a2408f6 100644 --- a/theia-procdesign/Dockerfile +++ b/theia-procdesign/Dockerfile @@ -16,7 +16,7 @@ RUN set -eux; \ FROM registry.digitalocean.com/anubis/theia-base:python-3.10 as theia ARG USER=anubis -ARG GDB_VERSION=11.1 +ARG GDB_VERSION=13.2 COPY --from=vsix /webfreak-debug.vsix /opt/code-server/webfreak-debug.vsix @@ -54,7 +54,7 @@ RUN set -ex; \ git clone https://github.com/pwndbg/pwndbg.git /opt/pwndbg; \ cd /opt/pwndbg; \ git submodule update --init --recursive; \ - pip3 install --no-cache-dir -r /opt/pwndbg/requirements.txt; \ + pip3 install --no-cache-dir -e /opt/pwndbg; \ rm -rf /tmp/*; \ rm -rf /usr/share/doc; \ rm -rf /var/lib/apt/lists/*; \