Skip to content

Commit e97bdda

Browse files
chore(deps): bump golang in /images (#2472)
Bumps golang from 1.26.2-alpine3.23 to 1.26.3-alpine3.23. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.3-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 877c5de commit e97bdda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/go_service.Dockerfile

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.2-alpine3.23 AS builder
15+
FROM golang:1.26.3-alpine3.23 AS builder
1616

1717
WORKDIR /work
1818

0 commit comments

Comments
 (0)