Skip to content

Commit

Permalink
v4.5.30 (#151)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
  • Loading branch information
bfren authored Oct 6, 2023
1 parent 3f05c43 commit af93899
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 6/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.18-4.5.7
FROM bfren/alpine-s6:alpine3.18-4.5.8
COPY --from=build /log /log

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet"
Expand Down
2 changes: 1 addition & 1 deletion 7/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.18-4.5.7
FROM bfren/alpine-s6:alpine3.18-4.5.8
COPY --from=build /log /log

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet"
Expand Down
2 changes: 1 addition & 1 deletion 8/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.18-4.5.7
FROM bfren/alpine-s6:alpine3.18-4.5.8
COPY --from=build /log /log

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-aspnet"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5.29
4.5.30
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_REVISION="4.5.7"
BASE_REVISION="4.5.8"
echo "Base: ${BASE_REVISION}"

ASPNET_VERSIONS="6 7 8"
Expand Down

0 comments on commit af93899

Please sign in to comment.