Skip to content

Commit 2996cfd

Browse files
Bump golang from 1.26.0 to 1.26.1 in /deployments/container
Bumps golang from 1.26.0 to 1.26.1. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0de16a7 commit 2996cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/Dockerfile.distroless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.26.0 AS build
15+
FROM golang:1.26.1 AS build
1616

1717
ARG GOPROXY="https://proxy.golang.org,direct"
1818
ENV GOPROXY=$GOPROXY

0 commit comments

Comments
 (0)