Skip to content

Commit

Permalink
chore: dockerfile and asdf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed May 31, 2024
1 parent 0db9d96 commit ef634cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 20.11.0
yarn 1.22.19
nodejs 20.14.0
yarn 1.22.22
postgres 14.0
python 3.9.11
golang 1.16
python 3.9.19
golang 1.22
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11
FROM debian:12

RUN apt-get update && \
apt-get install -y git gnupg curl && \
Expand All @@ -11,7 +11,7 @@ WORKDIR ${HOME}

COPY app/ ${HOME}/

RUN git clone https://github.com/asdf-vm/asdf.git ${HOME}/asdf --depth 1 --branch v0.11.2
RUN git clone https://github.com/asdf-vm/asdf.git ${HOME}/asdf --depth 1 --branch v0.14.0

ENV BASH_ENV="${HOME}/asdf/asdf.sh"
# Because asdf is loaded via BASH_ENV, all commands using adsf need to be executed using /usr/bin/env bash -c
Expand Down
2 changes: 1 addition & 1 deletion schema/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Docker build should be run from parent directory
FROM perl:5.34
FROM perl:5.38

ENV USER_ID=1001
ENV HOME=/root
Expand Down

0 comments on commit ef634cc

Please sign in to comment.