Skip to content

Commit

Permalink
Upgrade alpine, sops, age
Browse files Browse the repository at this point in the history
Replace deprecated MAINTAINER directive
  • Loading branch information
snglth committed Jan 15, 2025
1 parent 80c03cc commit 3881302
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM alpine:3.19 as age
FROM alpine:3.21 as age

RUN apk add curl

RUN curl -L https://github.com/FiloSottile/age/releases/download/v1.1.1/age-v1.1.1-linux-amd64.tar.gz | tar xzf - -C /tmp
RUN curl -L https://github.com/FiloSottile/age/releases/download/v1.2.1/age-v1.2.1-linux-amd64.tar.gz | tar xzf - -C /tmp

FROM alpine:3.19 as sops
FROM alpine:3.21 as sops

RUN apk add curl

RUN curl -L https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 > /tmp/sops
RUN curl -L https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.linux.amd64 > /tmp/sops
RUN chmod +x /tmp/sops

FROM python:3.11-bookworm
Expand Down Expand Up @@ -40,4 +40,4 @@ RUN pip install "tutor<=${TUTOR_RELEASE}" \
"tutor-webui<=${TUTOR_RELEASE}" \
"tutor-xqueue<=${TUTOR_RELEASE}"

MAINTAINER Illia Shestakov <i.shestakov@abstract-technology.de>
LABEL org.opencontainers.image.authors="Illia Shestakov <i.shestakov@abstract-technology.de>"

0 comments on commit 3881302

Please sign in to comment.