Skip to content

Commit

Permalink
Fix default spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Sep 18, 2024
1 parent b188ce1 commit 031d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-i
COPY --from=build-stage /tmp/build /spring

# setup runtime env
ARG SPRING_VERSION=v5.0.0
ARG SPRING_VERSION=v1.0.1
ENV SPRING_VERSION=$SPRING_VERSION
ENV PATH="/spring/bin:${PATH}"

0 comments on commit 031d898

Please sign in to comment.