File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.22.2 @sha256:450e3822c7a135e1463cd83e51c8e2eb03b86a02113c89424e6f0f8344bb4168 AS builder
15+ FROM golang:1.22.3 @sha256:b1e05e2c918f52c59d39ce7d5844f73b2f4511f7734add8bb98c9ecdd4443365 AS builder
1616ENV APP_ROOT=/opt/app-root
1717ENV GOPATH=$APP_ROOT
1818
@@ -25,7 +25,7 @@ ARG TARGETARCH
2525RUN CGO_ENABLED=0 make scorecard-webapp
2626
2727# Multi-Stage production build
28- FROM golang:1.22.2 @sha256:450e3822c7a135e1463cd83e51c8e2eb03b86a02113c89424e6f0f8344bb4168 as deploy
28+ FROM golang:1.22.3 @sha256:b1e05e2c918f52c59d39ce7d5844f73b2f4511f7734add8bb98c9ecdd4443365 as deploy
2929# Retrieve the binary from the previous stage
3030COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp
3131
You can’t perform that action at this time.
0 commit comments