File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.23.5 @sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 AS builder
15+ FROM golang:1.24.2 @sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 AS builder
1616ENV APP_ROOT=/opt/app-root
1717ENV GOPATH=$APP_ROOT
1818
@@ -36,7 +36,7 @@ RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
3636COPY --from=builder /opt/app-root/src/timestamp-server_debug /usr/local/bin/timestamp-server
3737
3838# Multi-Stage production build
39- FROM golang:1.23.5 @sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 as deploy
39+ FROM golang:1.24.2 @sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 as deploy
4040
4141# Retrieve the binary from the previous stage
4242COPY --from=builder /opt/app-root/src/timestamp-server /usr/local/bin/timestamp-server
You can’t perform that action at this time.
0 commit comments