Skip to content

Commit

Permalink
Upgrade 2023.05.1-linux; enable latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Jul 16, 2023
1 parent 31a95b8 commit b5c13b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://hub.docker.com/r/teslaconsulting/teamcity-agent

Update per build.

- Latest tag: `2022.04.5-linux`
- Latest tag: `2023.05.1-linux`
- .NET 8 SDK: 8.0.100-preview.6.23330.14
- .NET 7 SDK: 7.0.306
- .NET 6 SDK: 6.0.412
Expand Down
2 changes: 1 addition & 1 deletion teamcity-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG MINVER_IMAGE_TAG=latest
ARG MINVER_IMAGE=teslaconsulting/minver-cli:$MINVER_IMAGE_TAG
ARG DOCKER_CLI_IMAGE=docker:cli
ARG TEAMCITYAGENT_IMAGE_REPOS=jetbrains/teamcity-agent
ARG TEAMCITYAGENT_IMAGE_TAG=2022.04.5-linux
ARG TEAMCITYAGENT_IMAGE_TAG=2023.05.1-linux

FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_VERSION8_TAG} AS dotnetsdk8
FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_SDK_VERSION7_TAG} AS dotnetsdk7
Expand Down

0 comments on commit b5c13b2

Please sign in to comment.