Skip to content

Commit

Permalink
Merge pull request #181 from elgohr/dependabot/docker/golang-1.23
Browse files Browse the repository at this point in the history
Bump golang from 1.23rc2 to 1.23
  • Loading branch information
elgohr authored Aug 14, 2024
2 parents a964014 + 33af5e5 commit 5323158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ADD mock.sh ${USER_HOME}/register
RUN chmod +x ${USER_HOME}/register \
&& ${USER_HOME}/register_test.sh

FROM golang:1.23rc2 as build
FROM golang:1.23 as build
ARG JETBRAINS_USERNAME
ARG JETBRAINS_PASSWORD
WORKDIR /cf-jetbrains-license-server
Expand Down

0 comments on commit 5323158

Please sign in to comment.