Skip to content

Commit

Permalink
v2.2.3 (#33)
Browse files Browse the repository at this point in the history
Major updates
* Using latest base images

Environment updates
* Don't set default newline in workspace
  • Loading branch information
bfren authored Aug 7, 2021
1 parent e4ac6c9 commit b26be81
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 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.2
FROM bfren/alpine-s6:alpine3.12-2.2.4
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.14-2.2.2
FROM bfren/alpine-s6:alpine3.14-2.2.4
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
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.14-2.2.2
FROM bfren/alpine-s6:alpine3.14-2.2.4
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.2
2.2.3
1 change: 0 additions & 1 deletion docker-aspnet.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
}
],
"settings": {
"files.eol": "\n",
"files.trimTrailingWhitespace": true
}
}

0 comments on commit b26be81

Please sign in to comment.