Skip to content

Commit

Permalink
v2.2.1 (#31)
Browse files Browse the repository at this point in the history
Major updates
* Using latest base images
* Updating to .NET 6 Preview 5
  • Loading branch information
bfren authored Jun 18, 2021
1 parent c3b53e9 commit e1bab00
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN echo "Build: $BUILDPLATFORM, target: $TARGETPLATFORM" > /log

FROM bfren/alpine-s6:alpine3.12-2.2.0
FROM bfren/alpine-s6:alpine3.12-2.2.2
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion 5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN echo "Build: $BUILDPLATFORM, target: $TARGETPLATFORM" > /log

FROM bfren/alpine-s6:alpine3.13-2.2.0
FROM bfren/alpine-s6:alpine3.14-2.2.2
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion 6.0/DOTNET_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0-preview.4
6.0.0-preview.5
2 changes: 1 addition & 1 deletion 6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN echo "Build: $BUILDPLATFORM, target: $TARGETPLATFORM" > /log

FROM bfren/alpine-s6:alpine3.13-2.2.0
FROM bfren/alpine-s6:alpine3.14-2.2.2
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
4 changes: 2 additions & 2 deletions overlay/tmp/install
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bf-debug ".NET version ${V}."
DOTNET=/usr/share/dotnet

if [ "$(echo ${V} | cut -c 1)" == "6" ] ; then
V="6.0.0-preview.4.21253.7"
V="6.0.0-preview.5.21301.5"
bf-debug "Changing version to ${V}."
fi

Expand All @@ -95,7 +95,7 @@ mkdir -p ${DOTNET} \
#======================================================================================================================

if [ "$(echo ${V} | cut -c 1)" == "6" ] ; then
V="6.0.0-preview.4.21253.5"
V="6.0.0-preview.5.21301.17"
bf-debug "Changing version to ${V}."
fi

Expand Down

0 comments on commit e1bab00

Please sign in to comment.