File tree 2 files changed +2
-2
lines changed
examples/default-example/6-appsource/default-example
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23 @sha256:9e20c012e0f725d3c92492f47f02c7761e6a5abb64c97fb752f80fd8863e6b08 as builder
15
+ FROM golang:1.24 @sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 as builder
16
16
WORKDIR /code
17
17
COPY main.go .
18
18
COPY go.mod .
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23 @sha256:9e20c012e0f725d3c92492f47f02c7761e6a5abb64c97fb752f80fd8863e6b08 as builder
15
+ FROM golang:1.24 @sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 as builder
16
16
WORKDIR /code
17
17
COPY main.go .
18
18
COPY go.mod .
You can’t perform that action at this time.
0 commit comments