Skip to content

Commit

Permalink
Try again to get Docker versioning working
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Oct 23, 2021
1 parent 15e06ba commit 6daf40b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG VERSION=1.0.0.0
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS build
ARG VERSION
WORKDIR /app

# copy csproj and restore as distinct layers
Expand Down
1 change: 1 addition & 0 deletions src/Dockerfile.arm32
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG VERSION=1.0.0.0
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS build
ARG VERSION
WORKDIR /app

# copy csproj and restore as distinct layers
Expand Down
1 change: 1 addition & 0 deletions src/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG VERSION=1.0.0.0
FROM mcr.microsoft.com/dotnet/sdk:5.0-alpine AS build
ARG VERSION
WORKDIR /app

# copy csproj and restore as distinct layers
Expand Down

0 comments on commit 6daf40b

Please sign in to comment.