Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-2369 committed Dec 28, 2024
1 parent 76dcf47 commit 3c2e8b3
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion debian11-python-shadowsocksr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-20241202-slim
FROM debian:bullseye-20241223-slim
LABEL authors="eric2369"

RUN apt-get update \
Expand Down
10 changes: 5 additions & 5 deletions debian12-codeserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20241202-slim
FROM debian:bookworm-20241223-slim
LABEL authors="eric2369"

RUN apt-get update \
Expand All @@ -12,10 +12,10 @@ ARG TARGETPLATFORM
RUN set -eux; \
case "${TARGETPLATFORM}" in \
"linux/amd64") \
URL="https://github.com/coder/code-server/releases/download/v4.95.3/code-server_4.95.3_amd64.deb"; \
URL="https://github.com/coder/code-server/releases/download/v4.96.2/code-server_4.96.2_amd64.deb"; \
;; \
"linux/arm64") \
URL="https://github.com/coder/code-server/releases/download/v4.95.3/code-server_4.95.3_arm64.deb"; \
URL="https://github.com/coder/code-server/releases/download/v4.96.2/code-server_4.96.2_arm64.deb"; \
;; \
*) \
echo "Unsupported platform: ${TARGETPLATFORM}"; \
Expand All @@ -31,10 +31,10 @@ USER eric2369
RUN set -eux; \
case "${TARGETPLATFORM}" in \
"linux/amd64") \
URL="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-x86_64.sh"; \
URL="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-x86_64.sh"; \
;; \
"linux/arm64") \
URL="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.9.2-0-Linux-aarch64.sh"; \
URL="https://repo.anaconda.com/miniconda/Miniconda3-py312_24.11.1-0-Linux-aarch64.sh"; \
;; \
esac; \
curl "${URL}" --location --output /home/eric2369/miniconda.sh; \
Expand Down
2 changes: 1 addition & 1 deletion debian12-codeserver/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "traefik.http.routers.debian12-codeserver.entrypoints=websecure"
- "traefik.http.routers.debian12-codeserver.tls.certresolver=leresolver"
volumes:
- "debian12-codeserver-volume:/home/coder/project"
- "debian12-codeserver-volume:/home/eric2369/project"
networks:
- "traefik-network"
restart: "unless-stopped"
Expand Down
6 changes: 3 additions & 3 deletions debian12-nodejs-typescript-salesforcecli-chromium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20241202-slim
FROM debian:bookworm-20241223-slim
LABEL authors="eric2369"

RUN apt-get update \
Expand All @@ -21,12 +21,12 @@ RUN set -eux; \
esac; \
curl "${URL}" --location | tar --extract --xz --directory=/usr/local --strip-components=1

RUN npm install [email protected] [email protected] @salesforce/cli@2.69.14 -g \
RUN npm install [email protected] [email protected] @salesforce/cli@2.70.7 -g \
&& npm cache clean --force

RUN mkdir -p /root/.config/sf \
&& echo '["sfdx-git-delta"]' > /root/.config/sf/unsignedPluginAllowList.json \
&& sf plugins install sfdx-git-delta@5.50.0 \
&& sf plugins install sfdx-git-delta@5.52.0 \
&& npm cache clean --force

RUN apt-get update \
Expand Down
6 changes: 3 additions & 3 deletions debian12-nodejs-typescript-salesforcecli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20241202-slim
FROM debian:bookworm-20241223-slim
LABEL authors="eric2369"

RUN apt-get update \
Expand All @@ -21,12 +21,12 @@ RUN set -eux; \
esac; \
curl "${URL}" --location | tar --extract --xz --directory=/usr/local --strip-components=1

RUN npm install [email protected] [email protected] @salesforce/cli@2.69.14 -g \
RUN npm install [email protected] [email protected] @salesforce/cli@2.70.7 -g \
&& npm cache clean --force

RUN mkdir -p /root/.config/sf \
&& echo '["sfdx-git-delta"]' > /root/.config/sf/unsignedPluginAllowList.json \
&& sf plugins install sfdx-git-delta@5.50.0 \
&& sf plugins install sfdx-git-delta@5.52.0 \
&& npm cache clean --force

ENTRYPOINT ["/usr/bin/dumb-init", "--"]
Expand Down
2 changes: 1 addition & 1 deletion debian12-serverstatusrust-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20241202-slim
FROM debian:bookworm-20241223-slim
LABEL authors="eric2369"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion debian12-serverstatusrust-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20241202-slim
FROM debian:bookworm-20241223-slim
LABEL authors="eric2369"

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion portainer-agent/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
portainer-agent:
image: "portainer/agent:2.21.4"
image: "portainer/agent:2.21.5"
container_name: "portainer-agent-container"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
Expand Down
4 changes: 2 additions & 2 deletions portainer-server/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:3.2.2"
image: "traefik:3.2.3"
container_name: "traefik-container"
command:
- "--entryPoints.web.address=:80"
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
restart: "unless-stopped"

portainer-server:
image: "portainer/portainer-ce:2.21.4"
image: "portainer/portainer-ce:2.21.5"
container_name: "portainer-server-container"
command: "-H unix:///var/run/docker.sock"
labels:
Expand Down
2 changes: 1 addition & 1 deletion traefik/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:3.2.2"
image: "traefik:3.2.3"
container_name: "traefik-container"
command:
- "--entryPoints.web.address=:80"
Expand Down

0 comments on commit 3c2e8b3

Please sign in to comment.