Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Oct 2, 2024
1 parent 6e26e83 commit e727c47
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
Expand Up @@ -2,7 +2,7 @@
# https://wiki.ubuntu.com/Releases
# https://hub.docker.com/_/ubuntu/tags?page=1&name=oracular
# UPDATE_HERE
FROM ubuntu:oracular-20240918 as asdf-builder
FROM ubuntu:oracular-20240918 AS asdf-builder

# UPDATE_HERE
# https://github.com/asdf-vm/asdf/releases
Expand Down Expand Up @@ -34,7 +34,7 @@ COPY .tool-versions .

RUN awk '$0 !~ /^#/ {print $1}' .tool-versions|xargs -I{} asdf plugin add {} \
&& asdf install && asdf reshim
ENV PATH "/root/.asdf/shims:/root/.asdf/bin:$PATH"
ENV PATH="/root/.asdf/shims:/root/.asdf/bin:$PATH"

# Compile source code
WORKDIR /workspace
Expand Down

0 comments on commit e727c47

Please sign in to comment.