Skip to content

Commit

Permalink
Merge pull request #1 from MelleD/MelleD-bump-versions
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
MelleD authored Jan 7, 2024
2 parents 8c88744 + c7c010b commit 5519b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-buster as builder
FROM python:3.10-buster as builder
WORKDIR /app
COPY ./haaska/haaska.py .
COPY ./haaska/config/config.json.sample ./config.json
Expand All @@ -7,7 +7,7 @@ RUN pip install -t . requests pysocks awslambdaric
FROM alpine:latest as tailscale
WORKDIR /app
COPY . ./
ENV TSFILE=tailscale_1.38.4_amd64.tgz
ENV TSFILE=tailscale_1.56.1_amd64.tgz
RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && \
tar xzf ${TSFILE} --strip-components=1
COPY . ./
Expand Down

0 comments on commit 5519b0b

Please sign in to comment.