Skip to content

Commit 4977d42

Browse files
authored
Merge pull request #1411 from NVIDIA/dependabot/docker/deployments/container/main/golang-1.25.1
Bump golang from 1.25.0 to 1.25.1 in /deployments/container
2 parents b448511 + fe9a69f commit 4977d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/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.25.0 AS base
15+
FROM golang:1.25.1 AS base
1616

1717
# The devel image is used for local development.
1818
FROM base AS devel

0 commit comments

Comments
 (0)